PathConstraintFrameBuilder Class¶
-
class
NXOpen.Mechatronics.PathConstraintFrameBuilder¶ Bases:
NXOpen.TaggedObject,NXOpen.GeometricUtilities.IComponentBuilderRepresents a frame that constrains the orientation along the path curve.
To create a new instance of this class, use
NXOpen.Mechatronics.PathConstraintJointBuilder.NewPathFrame()New in version NX10.0.0.
Properties¶
| Property | Description |
|---|---|
| AssociatedCurve | Returns or sets the associated curve. |
| CurveType | Returns or sets the curve type. |
| PathFrame | Returns or sets the path frame. |
| PathParameter | Returns or sets the path parameter. |
| Tag | Returns the Tag for this object. |
Methods¶
| Method | Description |
|---|---|
| Validate | Validate whether the inputs to the component are sufficient for commit to be called. |
Enumerations¶
| PathConstraintFrameBuilderCurveTypes Enumeration | the curve types |
Property Detail¶
AssociatedCurve¶
-
PathConstraintFrameBuilder.AssociatedCurve¶ Returns or sets the associated curve.
-------------------------------------Getter Method
Signature
AssociatedCurveReturns: Return type: NXOpen.NXObjectNew in version NX10.0.0.
License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)
-------------------------------------Setter Method
Signature
AssociatedCurveParameters: curve ( NXOpen.NXObject) –New in version NX10.0.0.
License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)
CurveType¶
-
PathConstraintFrameBuilder.CurveType¶ Returns or sets the curve type.
-------------------------------------Getter Method
Signature
CurveTypeReturns: Return type: NXOpen.Mechatronics.PathConstraintFrameBuilderCurveTypesNew in version NX10.0.0.
License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)
-------------------------------------Setter Method
Signature
CurveTypeParameters: curveType ( NXOpen.Mechatronics.PathConstraintFrameBuilderCurveTypes) –New in version NX10.0.0.
License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)
PathFrame¶
-
PathConstraintFrameBuilder.PathFrame¶ Returns or sets the path frame.
-------------------------------------Getter Method
Signature
PathFrameReturns: Return type: NXOpen.CoordinateSystemNew in version NX10.0.0.
License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)
-------------------------------------Setter Method
Signature
PathFrameParameters: pathFrame ( NXOpen.CoordinateSystem) –New in version NX10.0.0.
License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)
PathParameter¶
-
PathConstraintFrameBuilder.PathParameter¶ Returns or sets the path parameter.
-------------------------------------Getter Method
Signature
PathParameterReturns: Return type: float New in version NX10.0.0.
License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)
-------------------------------------Setter Method
Signature
PathParameterParameters: pathParameter (float) – New in version NX10.0.0.
License requirements: nx_mcd_core (“MECHATRONICS CONCEPT DESIGNER”)
Method Detail¶
Validate¶
-
PathConstraintFrameBuilder.Validate¶ Validate whether the inputs to the component are sufficient for commit to be called.
If the component is not in a state to commit then an exception is thrown. For example, if the component requires you to set some property, this method will throw an exception if you haven’t set it. This method throws a not-yet-implemented NXException for some components.
Signature
Validate()Returns: Was self validation successful Return type: bool New in version NX3.0.1.
License requirements: None.