| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| • | Flip—Specifies whether the datum plane was flipped during creation. Use the property IpfcDatumPlaneFeat.Flip to determine if the datum plane was flipped during creation. |
| • | Constraints—Specifies a collection of constraints given by the IpfcDatumPlaneConstraint object. The property IpfcDatumPlaneFeat.Constraints obtains the collection of constraints defined for the datum plane. |
| • | EpfcDTMPLN_THRU—Specifies the Through constraint. The IpfcDatumPlaneThroughConstraint object specifies this constraint. Use the property IpfcDatumPlaneThroughConstraint.ThroughRef to get the reference selection handle for the Through constraint. |
| • | EpfcDTMPLN_NORM—Specifies the Normal constraint. The IpfcDatumPlaneNormalConstraint object specifies this constraint. Use the propertyIpfcDatumPlaneNormalConstraint.NormalRef to get the reference selection handle for the Normal constraint. |
| • | EpfcDTMPLN_PRL—Specifies the Parallel constraint. IpfcDatumPlaneParallelConstraint object specifies this constraint. Use the property IpfcDatumPlaneParallelConstraint.ParallelRef to get the reference selection handle for the Parallel constraint. |
| • | EpfcDTMPLN_TANG—Specifies the Tangent constraint. The IpfcDatumPlaneTangentConstraint object specifies this constraint. Use the property IpfcDatumPlaneTangentConstraint.TangentRef to get the reference selection handle for the Tangent constraint. |
| • | EpfcDTMPLN_OFFS—Specifies the Offset constraint. The IpfcDatumPlaneOffsetConstraint object specifies this constraint. Use the property IpfcDatumPlaneOffsetConstraint.OffsetRef to get the reference selection handle for the Offset constraint. Use the property IpfcDatumPlaneOffsetConstraint.OffsetValue to get the offset value. An Offset constraint where the offset reference is a coordinate system is given by the IpfcDatumPlaneOffsetCoordSysConstraint object. Use the property IpfcDatumPlaneOffsetCoordSysConstraint.CsysAxis to get the reference coordinate axis.
|
| • | EpfcDTMPLN_ANG—Specifies the Angle constraint. The IpfcDatumPlaneAngleConstraint object specifies this constraint. Use the property IpfcDatumPlaneAngleConstraint.AngleRef to get the reference selection handle for the Angle constraint. Use the property IpfcDatumPlaneAngleConstraint.AngleValue to get the angle value. |
| • | EpfcDTMPLN_SEC—Specifies the Section constraint. The IpfcDatumPlaneSectionConstraint object specifies this constraint. Use the property IpfcDatumPlaneSectionConstraint.SectionRef to get the reference selection for the Section constraint. Use the property IpfcDatumPlaneSectionConstraint.SectionIndex to get the section index. |
| |
| |
| |
| |
| |
| |
| • | Constraints—Specifies a collection of constraints given by the IpfcDatumAxisConstraint object. The property IpfcDatumAxisFeat.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 IpfcDatumAxisDimensionConstraint object. The property IpfcDatumAxisFeat.DimConstraints obtains the collection of dimension constraints applied to the Datum Axis feature. This IpfcDatumAxisDimensionConstraint object contains the following attributes:
|
| |
| |
| |
| |
| |
| |
| |
| |
| • | FeatName—Specifies the name of the General Datum Point feature. Use the property IpfcDatumPointFeat.FeatName to get the name. |
| • | GeneralDatumPoints—Specifies a collection of general datum points given by the IpfcGeneralDatumPoint object. Use the method IpfcDatumPointFeat.GetPoints() to obtain the collection of general datum points. The IpfcGeneralDatumPoint object consists of the following attributes:
|
| • | ConstraintRef—Specifies the reference selection for the datum point constraint. Use the property IpfcDatumPointConstraint.ConstraintRef to get the reference selection handle. |
| • | ConstraintType—Specifies the type of datum point constraint. in terms of the IpfcDatumPointConstraintType enumerated type. Use the property IpfcDatumPointConstraint.ConstraintType to get the constraint type. |
| • | Value—Specifies the constraint reference value with respect to the datum point. Use the property IpfcDatumPointConstraint.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 IpfcDatumCsysOriginConstraint object. Use the property IpfcCoordSysFeat.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 IpfcDatumCsysDimensionConstraint object. Use the property IpfcCoordSysFeat.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 IpfcDatumCsysOrientMoveConstraint object. Use the property IpfcCoordSysFeat.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 IpfcCoordSysFeat.IsNormalToScreen to determine if the coordinate system is normal to screen. |
| • | OffsetType—Specifies the offset type of the coordinate system in terms of the EpfcDatumCsysOffsetType enumerated type. Use the property IpfcCoordSysFeat.OffsetType to get the offset type. The offset types are:
|
| • | OnSurfaceType—Specifies the on surface type for the coordinate system in terms of the EpfcDatumCsysOffsetType enumerated type. Use the property IpfcCoordSysFeat.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 EpfcDatumCsysOrientByMethod enumerated type. Use the property IpfcCoordSysFeat.OrientByMethod to get the orientation method. The available orientation types are:
|