FtmTransformCurvesBuilder Class

class NXOpen.GeometricUtilities.FtmTransformCurvesBuilder

Bases: NXOpen.Builder

Represents a NXOpen.GeometricUtilities.FtmTransformCurvesBuilder builder

To create a new instance of this class, use NXOpen.GeometricUtilities.OmnicadManager.CreateFtmTransformCurvesBuilder()

Default values.

Property Value
AlignBreakPoints 0
OppositeSense 0
OppositeSide 0
TransformCurvesContinuity G0
TransformCurvesMagnitude.Value 1

New in version NX10.0.0.

Properties

Property Description
AlignBreakPoints Returns or sets the option for aligning break points used in the transformation or morphing calculations
OppositeSense Returns or sets the option to reverse the OmniCAD pre-determined direction for the transformation start and end curves
OppositeSide Returns or sets the option to change the displacements to the opposite side of the transformation
Tag Returns the Tag for this object.
TransformCurvesContinuity Returns or sets the continuity option for the transformation start and end curves used in the transformation or morphing calculations
TransformCurvesMagnitude Returns the magnitude controlled by continuity for the transformation curves
TransformEndCurves Returns the end or target constraint for the product shape in the form of curves used in the transformation or morphing calculations
TransformStartCurves Returns the starting constraint for the product shape in the form of curves used in the transformation or morphing calculations

Methods

Method Description
Commit Commits any edits that have been applied to the builder.
Destroy Deletes the builder, and cleans up any objects created by the builder.
GetCommittedObjects For builders that create more than one object, this method returns the objects that are created by commit.
GetObject Returns the object currently being edited by this builder.
ShowResults Updates the model to reflect the result of an edit to the model for all builders that support showing results.
Validate Validate whether the inputs to the component are sufficient for commit to be called.

Enumerations

FtmTransformCurvesBuilderTransformCurvesContinuityType Enumeration Transform curves continuity type

Property Detail

AlignBreakPoints

FtmTransformCurvesBuilder.AlignBreakPoints

Returns or sets the option for aligning break points used in the transformation or morphing calculations

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

Getter Method

Signature AlignBreakPoints

Returns:
Return type:bool

New in version NX10.0.0.

License requirements: None.

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

Setter Method

Signature AlignBreakPoints

Parameters:alignBreakPoints (bool) –

New in version NX10.0.0.

License requirements: None.

OppositeSense

FtmTransformCurvesBuilder.OppositeSense

Returns or sets the option to reverse the OmniCAD pre-determined direction for the transformation start and end curves

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

Getter Method

Signature OppositeSense

Returns:
Return type:bool

New in version NX10.0.0.

License requirements: None.

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

Setter Method

Signature OppositeSense

Parameters:oppositeSense (bool) –

New in version NX10.0.0.

License requirements: None.

OppositeSide

FtmTransformCurvesBuilder.OppositeSide

Returns or sets the option to change the displacements to the opposite side of the transformation

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

Getter Method

Signature OppositeSide

Returns:
Return type:bool

New in version NX10.0.0.

License requirements: None.

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

Setter Method

Signature OppositeSide

Parameters:oppositeSide (bool) –

New in version NX10.0.0.

License requirements: None.

TransformCurvesContinuity

FtmTransformCurvesBuilder.TransformCurvesContinuity

Returns or sets the continuity option for the transformation start and end curves used in the transformation or morphing calculations

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

Getter Method

Signature TransformCurvesContinuity

Returns:
Return type:NXOpen.GeometricUtilities.FtmTransformCurvesBuilderTransformCurvesContinuityType

New in version NX10.0.0.

License requirements: None.

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

Setter Method

Signature TransformCurvesContinuity

Parameters:transformCurvesContinuity (NXOpen.GeometricUtilities.FtmTransformCurvesBuilderTransformCurvesContinuityType) –

New in version NX10.0.0.

License requirements: None.

TransformCurvesMagnitude

FtmTransformCurvesBuilder.TransformCurvesMagnitude

Returns the magnitude controlled by continuity for the transformation curves

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

Getter Method

Signature TransformCurvesMagnitude

Returns:
Return type:NXOpen.Expression

New in version NX11.0.1.

License requirements: None.

TransformEndCurves

FtmTransformCurvesBuilder.TransformEndCurves

Returns the end or target constraint for the product shape in the form of curves used in the transformation or morphing calculations

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

Getter Method

Signature TransformEndCurves

Returns:
Return type:NXOpen.Section

New in version NX10.0.0.

License requirements: None.

TransformStartCurves

FtmTransformCurvesBuilder.TransformStartCurves

Returns the starting constraint for the product shape in the form of curves used in the transformation or morphing calculations

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

Getter Method

Signature TransformStartCurves

Returns:
Return type:NXOpen.Section

New in version NX10.0.0.

License requirements: None.

Method Detail

Validate

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