| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| • | Flip—Specifies whether the datum plane was flipped during creation. Use the property pfcDatumPlaneFeat.Flip to determine if the datum plane was flipped during creation. |
| • | Constraints—Specifies a collection of constraints given by the pfcDatumPlaneConstraint object. The property pfcDatumPlaneFeat.Constraints obtains the collection of constraints defined for the datum plane. |
| • | DTMPLN_THRU—Specifies the Through constraint. The pfcDatumPlaneThroughConstraint object specifies this constraint. Use the property pfcDatumPlaneThroughConstraint.ThroughRef to get the reference selection handle for the Through constraint. |
| • | DTMPLN_NORM—Specifies the Normal constraint. The pfcDatumPlaneNormalConstraint object specifies this constraint. Use the property pfcDatumPlaneNormalConstraint.NormalRef to get the reference selection handle for the Normal constraint. |
| • | DTMPLN_PRL—Specifies the Parallel constraint. The pfcDatumPlaneParallelConstraint object specifies this constraint. Use the property pfcDatumPlaneParallelConstraint.ParallelRef to get the reference selection handle for the Parallel constraint. |
| • | DTMPLN_TANG—Specifies the Tangent constraint. The pfcDatumPlaneTangentConstraint object specifies this constraint. Use the property pfcDatumPlaneTangentConstraint.TangentRef to get the reference selection handle for the Tangent constraint. |
| • | DTMPLN_OFFS—Specifies the Offset constraint. The pfcDatumPlaneOffsetConstraint object specifies this constraint. Use the property pfcDatumPlaneOffsetConstraint.OffsetRef to get the reference selection handle for the Offset constraint. Use the property pfcDatumPlaneOffsetConstraint.OffsetValue to get the offset value. An Offset constraint where the offset reference is a coordinate system is given by the pfcDatumPlaneOffsetCoordSysConstraint object. Use the property pfcDatumPlaneOffsetCoordSysConstraint.CsysAxis to get the reference coordinate axis.
|
| • | DTMPLN_ANG—Specifies the Angle constraint. The pfcDatumPlaneAngleConstraint object specifies this constraint. Use the property pfcDatumPlaneAngleConstraint.AngleRef to get the reference selection handle for the Angle constraint. Use the property pfcDatumPlaneAngleConstraint.AngleValue to get the angle value. |
| • | DTMPLN_SEC—Specifies the Section constraint. The pfcDatumPlaneSectionConstraint object specifies this constraint. Use the property pfcDatumPlaneSectionConstraint.SectionRef to get the reference selection for the Section constraint. Use the property pfcDatumPlaneSectionConstraint.SectionIndex to get the section index. |
| |
| |
| |
| |
| |
| |
| • | Constraints—Specifies a collection of constraints given by the pfcDatumAxisConstraint object. The property pfcDatumAxisFeat.Constraints obtains the collection of constraints applied to the Datum Axis feature. This object contains the following attributes:
|
| • | DimConstraints—Specifies a collection of dimension constraints given by the pfcDatumAxisDimensionConstraint object. The property pfcDatumAxisFeat.DimConstraints obtains the collection of dimension constraints applied to the Datum Axis feature. This pfcDatumAxisDimensionConstraint object contains the following attributes:
|
| |
| |
| |
| |
| |
| |
| |
| |
| • | FeatName—Specifies the name of the General Datum Point feature. Use the property pfcDatumPointFeat.FeatName to get the name. |
| • | GeneralDatumPoints—Specifies a collection of general datum points given by the pfcGeneralDatumPoint object. Use the method pfcDatumPointFeat.GetPoints() to obtain the collection of general datum points. The pfcGeneralDatumPoint object consists of the following attributes:
|
| • | ConstraintRef—Specifies the reference selection for the datum point constraint. Use the property pfcDatumPointConstraint.ConstraintRef to get the reference selection handle. |
| • | ConstraintType—Specifies the type of datum point constraint. in terms of the pfcDatumPointConstraintType enumerated type. Use the property pfcDatumPointConstraint.ConstraintType to get the constraint type. |
| • | Value—Specifies the constraint reference value with respect to the datum point. Use the property pfcDatumPointConstraint.Value to get the value of the constraint reference with respect to the datum point. |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| • | OriginConstraints—Specifies a collection of origin constraints given by the pfcDatumCsysOriginConstraint object. Use the property pfcCoordSysFeat.OriginConstraints to obtain the collection of origin constraints for the coordinate system. This object contains the following attribute:
|
| • | DimensionConstraints—Specifies a collection of dimension constraints given by the pfcDatumCsysDimensionConstraint object. Use the property pfcCoordSysFeat.DimensionConstraints to obtain the collection of dimension constraints for the coordinate system. This object contains the following attributes:
|
| • | OrientationConstraints—Specifies a collection of orientation constraints given by the pfcDatumCsysOrientMoveConstraint object. Use the property pfcCoordSysFeat.OrientationConstraints to obtain the collection of orientation constraints for the coordinate system. This object contains the following attributes:
|
| • | IsNormalToScreen—Specifies if the coordinate system is normal to screen. Use the property pfcCoordSysFeat.IsNormalToScreen to determine if the coordinate system is normal to screen. |
| • | OffsetType—Specifies the offset type of the coordinate system in terms of the pfcDatumCsysOffsetType enumerated type. Use the property pfcCoordSysFeat.OffsetType to get the offset type. The offset types are:
|
| • | OnSurfaceType—Specifies the on surface type for the coordinate system in terms of the pfcDatumCsysOffsetType enumerated type. Use the property pfcCoordSysFeat.OnSurfaceType to get the on surface type property of the coordinate system. The on surface types are:
|
| • | OrientByMethod—Specifies the orientation method in terms of the pfcDatumCsysOrientByMethod enumerated type. Use the property pfcCoordSysFeat.OrientByMethod to get the orientation method. The available orientation types are:
|