|
NX Open C++ Reference Guide
|
Represents a @link Features::Helix Features::Helix@endlink builder <br> To create a new instance of this class, use @link Features::FeatureCollection::CreateHelixBuilder Features::FeatureCollection::CreateHelixBuilder @endlink <br>
Default values. More...
Public Types | |
| enum | LengthMethods { LengthMethodsLimits, LengthMethodsTurns } |
| Method for defining the length. More... | |
| enum | OrientationOptions { OrientationOptionsInferred, OrientationOptionsSpecified } |
| Orientation options for along spine type. More... | |
| enum | SizeOptions { SizeOptionsDiameter, SizeOptionsRadius } |
| Option indicating how size is defined. More... | |
| enum | TurnDirections { TurnDirectionsRightHand, TurnDirectionsLeftHand } |
| Option indicating direction of the turn. More... | |
| enum | Types { TypesAlongVector, TypesAlongSpine } |
| Type of helix. More... | |
Public Member Functions | |
| double | AngleTolerance () |
| Returns the angle tolerance Created in NX8.5.0. | |
| NXOpen::CoordinateSystem * | CoordinateSystem () |
| Returns the coordinate system Created in NX8.5.0. | |
| double | DistanceTolerance () |
| Returns the distance tolerance Created in NX8.5.0. | |
| NXOpen::GeometricUtilities::OnPathDimensionBuilder * | EndLimit () |
| Returns the end limit Created in NX8.5.0. | |
| void | Evaluate () |
| Evaluates the curve Created in NX8.5.0. | |
| NXOpen::Features::HelixBuilder::LengthMethods | LengthMethod () |
| Returns the length method Created in NX8.5.0. | |
| NXString | NumberOfTurns () |
| Returns the number of turns Created in NX8.5.0. | |
| NXOpen::Features::HelixBuilder::OrientationOptions | OrientationOption () |
| Returns the orientation option Created in NX8.5.0. | |
| NXOpen::GeometricUtilities::LawBuilder * | PitchLaw () |
| Returns the pitch Created in NX8.5.0. | |
| void | SetAngleTolerance (double angleTolerance) |
| Sets the angle tolerance Created in NX8.5.0. | |
| void | SetCoordinateSystem (NXOpen::CoordinateSystem *coordinateSystem) |
| Sets the coordinate system Created in NX8.5.0. | |
| void | SetDistanceTolerance (double distanceTolerance) |
| Sets the distance tolerance Created in NX8.5.0. | |
| void | SetLengthMethod (NXOpen::Features::HelixBuilder::LengthMethods lengthMethod) |
| Sets the length method Created in NX8.5.0. | |
| void | SetNumberOfTurns (const NXString &numberOfTurns) |
| Sets the number of turns Created in NX8.5.0. | |
| void | SetNumberOfTurns (const char *numberOfTurns) |
| Sets the number of turns Created in NX8.5.0. | |
| void | SetOrientationOption (NXOpen::Features::HelixBuilder::OrientationOptions orientationOption) |
| Sets the orientation option Created in NX8.5.0. | |
| void | SetSizeOption (NXOpen::Features::HelixBuilder::SizeOptions sizeOption) |
| Sets the size option Created in NX8.5.0. | |
| void | SetTurnDirection (NXOpen::Features::HelixBuilder::TurnDirections turnDirection) |
| Sets the turn direction Created in NX8.5.0. | |
| void | SetType (NXOpen::Features::HelixBuilder::Types type) |
| Sets the type Created in NX8.5.0. | |
| NXOpen::GeometricUtilities::LawBuilder * | SizeLaw () |
| Returns the size law Created in NX8.5.0. | |
| NXOpen::Features::HelixBuilder::SizeOptions | SizeOption () |
| Returns the size option Created in NX8.5.0. | |
| NXOpen::Section * | Spine () |
| Returns the length spine Created in NX8.5.0. | |
| NXOpen::Expression * | StartAngle () |
| Returns the start angle Created in NX8.5.0. | |
| NXOpen::GeometricUtilities::OnPathDimensionBuilder * | StartLimit () |
| Returns the start limit Created in NX8.5.0. | |
| NXOpen::Features::HelixBuilder::TurnDirections | TurnDirection () |
| Returns the turn direction Created in NX8.5.0. | |
| NXOpen::Features::HelixBuilder::Types | Type () |
| Returns the type Created in NX8.5.0. | |
Public Member Functions inherited from NXOpen::Features::FeatureBuilder | |
| NXOpen::Features::Feature * | CommitFeature () |
| Commits the feature parameters and creates the feature. | |
| NXOpen::Features::Feature * | GetFeature () |
| Returns the feature currently being edited by this builder. | |
| void | HideInternalParentFeatureAfterEdit (NXOpen::Features::Feature *parentFeature) |
| Re-suppress an internal parent feature (a slave feature) after it has been edited. | |
| bool | ParentFeatureInternal () |
| Returns whether or not the latest timestamped parent feature of this feature should be made internal Created in NX5.0.0. | |
| bool | PatchSolutionFlag () |
| Returns the patch solution flag Created in NX8.0.1. | |
| NXString | PatchSurfaceFilename () |
| Returns the patch surface filename Created in NX8.0.1. | |
| void | SetParentFeatureInternal (NXOpen::Features::Feature *parentFeature) |
| Set the parent features which would be internal or slaves to the feature being created or commited Created in NX6.0.0. | |
| void | SetParentFeatureInternal (bool isInternal) |
| Sets whether or not the latest timestamped parent feature of this feature should be made internal Created in NX5.0.0. | |
| void | SetPatchSolutionFlag (bool optionValue) |
| Sets the patch solution flag Created in NX8.0.1. | |
| void | SetPatchSurfaceFilename (const NXString &surfaceFilename) |
| Sets the patch surface filename Created in NX8.0.1. | |
| void | SetPatchSurfaceFilename (const char *surfaceFilename) |
| Sets the patch surface filename Created in NX8.0.1. | |
| void | SetSurroundingPatchSurfaceFilename (const NXString &surroundingSurfaceFilename) |
| Sets the surrounding patch surface filename Created in NX8.0.1. | |
| void | SetSurroundingPatchSurfaceFilename (const char *surroundingSurfaceFilename) |
| Sets the surrounding patch surface filename Created in NX8.0.1. | |
| void | ShowInternalParentFeatureForEdit (NXOpen::Features::Feature *parentFeature) |
| Unsuppress an internal parent feature (a slave feature) so it can be edited. | |
| NXString | SurroundingPatchSurfaceFilename () |
| Returns the surrounding patch surface filename Created in NX8.0.1. | |
| void | UnsetParentFeatureInternal (NXOpen::Features::Feature *parentFeature) |
| Set the internal parent feature of the feature being edited to external Created in NX6.0.0. | |
Public Member Functions inherited from NXOpen::Builder | |
| NXOpen::NXObject * | Commit () |
| Commits any edits that have been applied to the builder. | |
| void | Destroy () |
| Deletes the builder, and cleans up any objects created by the builder. | |
| std::vector< NXOpen::NXObject * > | GetCommittedObjects () |
| For builders that create more than one object, this method returns the objects that are created by commit. | |
| NXOpen::NXObject * | GetObject () |
| Returns the object currently being edited by this builder. | |
| void | ShowResults () |
| Updates the model to reflect the result of an edit to the model for all builders that support showing results. | |
| virtual bool | Validate () |
| Validate whether the inputs to the component are sufficient for commit to be called. | |
Public Member Functions inherited from NXOpen::TaggedObject | |
| tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
| tag_t | Tag () const |
| Returns the tag of this object. | |
Represents a @link Features::Helix Features::Helix@endlink builder <br> To create a new instance of this class, use @link Features::FeatureCollection::CreateHelixBuilder Features::FeatureCollection::CreateHelixBuilder @endlink <br>
Default values.
| Property | Value |
|---|---|
|
LengthMethod |
Limits |
|
PitchLaw.Function |
ft |
|
PitchLaw.LawType |
Constant |
|
PitchLaw.Parameter |
t |
|
SizeOption |
Diameter |
|
TurnDirection |
RightHand |
|
Type |
AlongVector |
Created in NX8.5.0.
| double NXOpen::Features::HelixBuilder::AngleTolerance | ( | ) |
Returns the angle tolerance
Created in NX8.5.0.
License requirements : None
| NXOpen::CoordinateSystem* NXOpen::Features::HelixBuilder::CoordinateSystem | ( | ) |
Returns the coordinate system
Created in NX8.5.0.
License requirements : None
| double NXOpen::Features::HelixBuilder::DistanceTolerance | ( | ) |
Returns the distance tolerance
Created in NX8.5.0.
License requirements : None
| NXOpen::GeometricUtilities::OnPathDimensionBuilder* NXOpen::Features::HelixBuilder::EndLimit | ( | ) |
Returns the end limit
Created in NX8.5.0.
License requirements : None
| void NXOpen::Features::HelixBuilder::Evaluate | ( | ) |
Evaluates the curve
Created in NX8.5.0.
License requirements : features_modeling ("FEATURES MODELING")
| NXOpen::Features::HelixBuilder::LengthMethods NXOpen::Features::HelixBuilder::LengthMethod | ( | ) |
Returns the length method
Created in NX8.5.0.
License requirements : None
| NXString NXOpen::Features::HelixBuilder::NumberOfTurns | ( | ) |
Returns the number of turns
Created in NX8.5.0.
License requirements : None
| NXOpen::Features::HelixBuilder::OrientationOptions NXOpen::Features::HelixBuilder::OrientationOption | ( | ) |
Returns the orientation option
Created in NX8.5.0.
License requirements : None
| NXOpen::GeometricUtilities::LawBuilder* NXOpen::Features::HelixBuilder::PitchLaw | ( | ) |
Returns the pitch
Created in NX8.5.0.
License requirements : None
| void NXOpen::Features::HelixBuilder::SetAngleTolerance | ( | double | angleTolerance | ) |
Sets the angle tolerance
Created in NX8.5.0.
License requirements : solid_modeling ("SOLIDS MODELING")
| angleTolerance | angletolerance |
| void NXOpen::Features::HelixBuilder::SetCoordinateSystem | ( | NXOpen::CoordinateSystem * | coordinateSystem | ) |
Sets the coordinate system
Created in NX8.5.0.
License requirements : solid_modeling ("SOLIDS MODELING")
| coordinateSystem | coordinatesystem |
| void NXOpen::Features::HelixBuilder::SetDistanceTolerance | ( | double | distanceTolerance | ) |
Sets the distance tolerance
Created in NX8.5.0.
License requirements : solid_modeling ("SOLIDS MODELING")
| distanceTolerance | distancetolerance |
| void NXOpen::Features::HelixBuilder::SetLengthMethod | ( | NXOpen::Features::HelixBuilder::LengthMethods | lengthMethod | ) |
Sets the length method
Created in NX8.5.0.
License requirements : solid_modeling ("SOLIDS MODELING")
| lengthMethod | lengthmethod |
| void NXOpen::Features::HelixBuilder::SetNumberOfTurns | ( | const NXString & | numberOfTurns | ) |
Sets the number of turns
Created in NX8.5.0.
License requirements : solid_modeling ("SOLIDS MODELING")
| numberOfTurns | numberofturns |
| void NXOpen::Features::HelixBuilder::SetNumberOfTurns | ( | const char * | numberOfTurns | ) |
Sets the number of turns
Created in NX8.5.0.
License requirements : solid_modeling ("SOLIDS MODELING")
| numberOfTurns | numberofturns |
| void NXOpen::Features::HelixBuilder::SetOrientationOption | ( | NXOpen::Features::HelixBuilder::OrientationOptions | orientationOption | ) |
Sets the orientation option
Created in NX8.5.0.
License requirements : solid_modeling ("SOLIDS MODELING")
| orientationOption | orientationoption |
| void NXOpen::Features::HelixBuilder::SetSizeOption | ( | NXOpen::Features::HelixBuilder::SizeOptions | sizeOption | ) |
Sets the size option
Created in NX8.5.0.
License requirements : solid_modeling ("SOLIDS MODELING")
| sizeOption | sizeoption |
| void NXOpen::Features::HelixBuilder::SetTurnDirection | ( | NXOpen::Features::HelixBuilder::TurnDirections | turnDirection | ) |
Sets the turn direction
Created in NX8.5.0.
License requirements : solid_modeling ("SOLIDS MODELING")
| turnDirection | turndirection |
| void NXOpen::Features::HelixBuilder::SetType | ( | NXOpen::Features::HelixBuilder::Types | type | ) |
Sets the type
Created in NX8.5.0.
License requirements : solid_modeling ("SOLIDS MODELING")
| type | type |
| NXOpen::GeometricUtilities::LawBuilder* NXOpen::Features::HelixBuilder::SizeLaw | ( | ) |
Returns the size law
Created in NX8.5.0.
License requirements : None
| NXOpen::Features::HelixBuilder::SizeOptions NXOpen::Features::HelixBuilder::SizeOption | ( | ) |
Returns the size option
Created in NX8.5.0.
License requirements : None
| NXOpen::Section* NXOpen::Features::HelixBuilder::Spine | ( | ) |
Returns the length spine
Created in NX8.5.0.
License requirements : None
| NXOpen::Expression* NXOpen::Features::HelixBuilder::StartAngle | ( | ) |
Returns the start angle
Created in NX8.5.0.
License requirements : None
| NXOpen::GeometricUtilities::OnPathDimensionBuilder* NXOpen::Features::HelixBuilder::StartLimit | ( | ) |
Returns the start limit
Created in NX8.5.0.
License requirements : None
| NXOpen::Features::HelixBuilder::TurnDirections NXOpen::Features::HelixBuilder::TurnDirection | ( | ) |
Returns the turn direction
Created in NX8.5.0.
License requirements : None
| NXOpen::Features::HelixBuilder::Types NXOpen::Features::HelixBuilder::Type | ( | ) |
Returns the type
Created in NX8.5.0.
License requirements : None