API Documentation > Interfaces > Interface DatumCsysOrientMoveConstraint
Interface DatumCsysOrientMoveConstraint

package com.ptc.pfc.pfcCoordSysFeat;

public interface
DatumCsysOrientMoveConstraint
extends
jxobject


Description
This class describes a datum coordinate system orientation constraint.
Method Summary
Get method for attribute "OrientMoveConstraintType"
This specifies type of orientation constraint.
double
Get method for attribute "OrientMoveValue"
This specifies constraint reference value.
Method Detail
GetOrientMoveConstraintType
GetOrientMoveConstraintType
()
This specifies type of orientation constraint.
User Guide References:
GetOrientMoveValue
double
GetOrientMoveValue
()
This specifies constraint reference value.
User Guide References:
Was this helpful?