NX Open C++ Reference Guide
Public Types | Public Member Functions | List of all members
NXOpen::GeometricUtilities::FtmTransformCurvesBuilder Class Reference

Represents a NXOpen::GeometricUtilities::FtmTransformCurvesBuilder builder
To create a new instance of this class, use NXOpen::GeometricUtilities::OmnicadManager::CreateFtmTransformCurvesBuilder
Default values. More...

Inheritance diagram for NXOpen::GeometricUtilities::FtmTransformCurvesBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Types

enum  TransformCurvesContinuityType { TransformCurvesContinuityTypeG0, TransformCurvesContinuityTypeG1, TransformCurvesContinuityTypeG2 }
 Transform curves continuity type. More...
 

Public Member Functions

bool AlignBreakPoints ()
 Returns the option for aligning break points used in the transformation or morphing calculations
Created in NX10.0.0. More...
 
bool OppositeSense ()
 Returns the option to reverse the OmniCAD pre-determined direction for the transformation start and end curves
Created in NX10.0.0. More...
 
bool OppositeSide ()
 Returns the option to change the displacements to the opposite side of the transformation
Created in NX10.0.0. More...
 
void SetAlignBreakPoints (bool alignBreakPoints)
 Sets the option for aligning break points used in the transformation or morphing calculations
Created in NX10.0.0. More...
 
void SetOppositeSense (bool oppositeSense)
 Sets the option to reverse the OmniCAD pre-determined direction for the transformation start and end curves
Created in NX10.0.0. More...
 
void SetOppositeSide (bool oppositeSide)
 Sets the option to change the displacements to the opposite side of the transformation
Created in NX10.0.0. More...
 
void SetTransformCurvesContinuity (NXOpen::GeometricUtilities::FtmTransformCurvesBuilder::TransformCurvesContinuityType transformCurvesContinuity)
 Sets the continuity option for the transformation start and end curves used in the transformation or morphing calculations
Created in NX10.0.0. More...
 
NXOpen::GeometricUtilities::FtmTransformCurvesBuilder::TransformCurvesContinuityType TransformCurvesContinuity ()
 Returns the continuity option for the transformation start and end curves used in the transformation or morphing calculations
Created in NX10.0.0. More...
 
NXOpen::ExpressionTransformCurvesMagnitude ()
 Returns the magnitude controlled by continuity for the transformation curves
Created in NX11.0.1. More...
 
NXOpen::SectionTransformEndCurves ()
 Returns the end or target constraint for the product shape in the form of curves used in the transformation or morphing calculations
Created in NX10.0.0. More...
 
NXOpen::SectionTransformStartCurves ()
 Returns the starting constraint for the product shape in the form of curves used in the transformation or morphing calculations
Created in NX10.0.0. More...
 
- Public Member Functions inherited from NXOpen::Builder
NXOpen::NXObjectCommit ()
 Commits any edits that have been applied to the builder. More...
 
void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
std::vector< NXOpen::NXObject * > GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
NXOpen::NXObjectGetObject ()
 Returns the object currently being edited by this builder. More...
 
void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

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


Created in NX10.0.0.

Member Enumeration Documentation

Transform curves continuity type.

Enumerator
TransformCurvesContinuityTypeG0 

g0

TransformCurvesContinuityTypeG1 

g1

TransformCurvesContinuityTypeG2 

g2

Member Function Documentation

bool NXOpen::GeometricUtilities::FtmTransformCurvesBuilder::AlignBreakPoints ( )

Returns the option for aligning break points used in the transformation or morphing calculations
Created in NX10.0.0.



License requirements : None

bool NXOpen::GeometricUtilities::FtmTransformCurvesBuilder::OppositeSense ( )

Returns the option to reverse the OmniCAD pre-determined direction for the transformation start and end curves
Created in NX10.0.0.



License requirements : None

bool NXOpen::GeometricUtilities::FtmTransformCurvesBuilder::OppositeSide ( )

Returns the option to change the displacements to the opposite side of the transformation
Created in NX10.0.0.



License requirements : None

void NXOpen::GeometricUtilities::FtmTransformCurvesBuilder::SetAlignBreakPoints ( bool  alignBreakPoints)

Sets the option for aligning break points used in the transformation or morphing calculations
Created in NX10.0.0.



License requirements : None

Parameters
alignBreakPointsalignbreakpoints
void NXOpen::GeometricUtilities::FtmTransformCurvesBuilder::SetOppositeSense ( bool  oppositeSense)

Sets the option to reverse the OmniCAD pre-determined direction for the transformation start and end curves
Created in NX10.0.0.



License requirements : None

Parameters
oppositeSenseoppositesense
void NXOpen::GeometricUtilities::FtmTransformCurvesBuilder::SetOppositeSide ( bool  oppositeSide)

Sets the option to change the displacements to the opposite side of the transformation
Created in NX10.0.0.



License requirements : None

Parameters
oppositeSideoppositeside
void NXOpen::GeometricUtilities::FtmTransformCurvesBuilder::SetTransformCurvesContinuity ( NXOpen::GeometricUtilities::FtmTransformCurvesBuilder::TransformCurvesContinuityType  transformCurvesContinuity)

Sets the continuity option for the transformation start and end curves used in the transformation or morphing calculations
Created in NX10.0.0.



License requirements : None

Parameters
transformCurvesContinuitytransformcurvescontinuity
NXOpen::GeometricUtilities::FtmTransformCurvesBuilder::TransformCurvesContinuityType NXOpen::GeometricUtilities::FtmTransformCurvesBuilder::TransformCurvesContinuity ( )

Returns the continuity option for the transformation start and end curves used in the transformation or morphing calculations
Created in NX10.0.0.



License requirements : None

NXOpen::Expression* NXOpen::GeometricUtilities::FtmTransformCurvesBuilder::TransformCurvesMagnitude ( )

Returns the magnitude controlled by continuity for the transformation curves
Created in NX11.0.1.



License requirements : None

NXOpen::Section* NXOpen::GeometricUtilities::FtmTransformCurvesBuilder::TransformEndCurves ( )

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



License requirements : None

NXOpen::Section* NXOpen::GeometricUtilities::FtmTransformCurvesBuilder::TransformStartCurves ( )

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



License requirements : None


The documentation for this class was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.