JigOnPlaneBuilder Class

class NXOpen.LineDesigner.JigOnPlaneBuilder

Bases: NXOpen.TaggedObject, NXOpen.GeometricUtilities.IComponentBuilder

Jig on plane

To create a new instance of this class, use NXOpen.LineDesigner.LineDesignerManager.CreateJigOnPlaneBuilder()

New in version NX9.0.0.

Properties

Property Description
SelectedPoints Returns the selected points
Tag Returns the Tag for this object.

Methods

Method Description
GetJigPlaneParams Selected jig plane matrix
Validate Validate whether the inputs to the component are sufficient for commit to be called.

Property Detail

SelectedPoints

JigOnPlaneBuilder.SelectedPoints

Returns the selected points

-------------------------------------

Getter Method

Signature SelectedPoints

Returns:
Return type:NXOpen.SelectNXObjectList

New in version NX9.0.0.

License requirements: ld_line_designer (“FULL LINE DESIGNER”)

Method Detail

GetJigPlaneParams

JigOnPlaneBuilder.GetJigPlaneParams

Selected jig plane matrix

Signature GetJigPlaneParams()

Returns:a tuple
Return type:A tuple consisting of (rotation, origin). rotation is a NXOpen.Matrix3x3. origin is a NXOpen.Vector3d.

New in version NX9.0.0.

License requirements: ld_line_designer (“FULL LINE DESIGNER”)

Validate

JigOnPlaneBuilder.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.