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

Represents a NXOpen::Features::Scale builder. More...

Inheritance diagram for NXOpen::Features::ScaleBuilder:
NXOpen::Features::FeatureBuilder NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Types

enum  Types { TypesUniform, TypesAxisymmetric, TypesGeneral }
 Scale type. More...
 

Public Member Functions

NXOpen::ScCollectorBodyCollector ()
 Returns the collector as NXOpen::ScCollector
Created in NX11.0.1. More...
 
NXOpen::SelectBodyListBodyToScale ()
 Returns the bodyToScale
Created in NX5.0.0. More...
 
NXOpen::CoordinateSystemCsys ()
 Returns the csys as NXOpen::CoordinateSystem
Created in NX5.0.0. More...
 
NXOpen::PointPoint ()
 Returns the point as NXOpen::Point
Created in NX5.0.0. More...
 
NXOpen::ExpressionScaleAlongAxis ()
 Returns the scale along axis
Created in NX5.0.0. More...
 
NXOpen::ExpressionScaleOtherDirection ()
 Returns the scale other direction
Created in NX5.0.0. More...
 
NXOpen::ExpressionScaleXdirection ()
 Returns the scale xdirection
Created in NX5.0.0. More...
 
NXOpen::ExpressionScaleYdirection ()
 Returns the scale ydirection
Created in NX5.0.0. More...
 
NXOpen::ExpressionScaleZdirection ()
 Returns the scale zdirection
Created in NX5.0.0. More...
 
void SetBodyCollector (NXOpen::ScCollector *scaleBody)
 Sets the collector as NXOpen::ScCollector
Created in NX11.0.1. More...
 
void SetCsys (NXOpen::CoordinateSystem *csys)
 Sets the csys as NXOpen::CoordinateSystem
Created in NX5.0.0. More...
 
void SetPoint (NXOpen::Point *point)
 Sets the point as NXOpen::Point
Created in NX5.0.0. More...
 
void SetType (NXOpen::Features::ScaleBuilder::Types type)
 Sets the scale type NXOpen::Features::ScaleBuilder::Types
Created in NX5.0.0. More...
 
void SetVector (NXOpen::Direction *vector)
 Sets the vector as NXOpen::Direction
Created in NX5.0.0. More...
 
NXOpen::Features::ScaleBuilder::Types Type ()
 Returns the scale type NXOpen::Features::ScaleBuilder::Types
Created in NX5.0.0. More...
 
NXOpen::ExpressionUniformFactor ()
 Returns the uniform factor
Created in NX5.0.0. More...
 
NXOpen::DirectionVector ()
 Returns the vector as NXOpen::Direction
Created in NX5.0.0. More...
 
- Public Member Functions inherited from NXOpen::Features::FeatureBuilder
NXOpen::Features::FeatureCommitFeature ()
 Commits the feature parameters and creates the feature. More...
 
NXOpen::Features::FeatureGetFeature ()
 Returns the feature currently being edited by this builder. More...
 
void HideInternalParentFeatureAfterEdit (NXOpen::Features::Feature *parentFeature)
 Re-suppress an internal parent feature (a slave feature) after it has been edited. More...
 
bool ParentFeatureInternal ()
 Returns whether or not the latest timestamped parent feature of this feature should be made internal
Created in NX5.0.0. More...
 
bool PatchSolutionFlag ()
 Returns the patch solution flag
Created in NX8.0.1. More...
 
NXString PatchSurfaceFilename ()
 Returns the patch surface filename
Created in NX8.0.1. More...
 
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. More...
 
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. More...
 
void SetPatchSolutionFlag (bool optionValue)
 Sets the patch solution flag
Created in NX8.0.1. More...
 
void SetPatchSurfaceFilename (const NXString &surfaceFilename)
 Sets the patch surface filename
Created in NX8.0.1. More...
 
void SetPatchSurfaceFilename (const char *surfaceFilename)
 Sets the patch surface filename
Created in NX8.0.1. More...
 
void SetSurroundingPatchSurfaceFilename (const NXString &surroundingSurfaceFilename)
 Sets the surrounding patch surface filename
Created in NX8.0.1. More...
 
void SetSurroundingPatchSurfaceFilename (const char *surroundingSurfaceFilename)
 Sets the surrounding patch surface filename
Created in NX8.0.1. More...
 
void ShowInternalParentFeatureForEdit (NXOpen::Features::Feature *parentFeature)
 Unsuppress an internal parent feature (a slave feature) so it can be edited. More...
 
NXString SurroundingPatchSurfaceFilename ()
 Returns the surrounding patch surface filename
Created in NX8.0.1. More...
 
void UnsetParentFeatureInternal (NXOpen::Features::Feature *parentFeature)
 Set the internal parent feature of the feature being edited to external
Created in NX6.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::Features::Scale builder.

Inputs to this class can be convergent objects.
To create a new instance of this class, use NXOpen::Features::FeatureCollection::CreateScaleBuilder
Default values.

Property Value

ScaleAlongAxis.Value

1.0

ScaleOtherDirection.Value

1.0

ScaleXdirection.Value

1.0

ScaleYdirection.Value

1.0

ScaleZdirection.Value

1.0

UniformFactor.Value

1.0


Created in NX5.0.0.

Member Enumeration Documentation

Scale type.

Enumerator
TypesUniform 

Uniform scaling.

TypesAxisymmetric 

axisymmetric scaling

TypesGeneral 

general scaling

Member Function Documentation

NXOpen::ScCollector* NXOpen::Features::ScaleBuilder::BodyCollector ( )

Returns the collector as NXOpen::ScCollector
Created in NX11.0.1.



License requirements : None

NXOpen::SelectBodyList* NXOpen::Features::ScaleBuilder::BodyToScale ( )

Returns the bodyToScale
Created in NX5.0.0.



License requirements : None

NXOpen::CoordinateSystem* NXOpen::Features::ScaleBuilder::Csys ( )

Returns the csys as NXOpen::CoordinateSystem
Created in NX5.0.0.



License requirements : None

NXOpen::Point* NXOpen::Features::ScaleBuilder::Point ( )

Returns the point as NXOpen::Point
Created in NX5.0.0.



License requirements : None

NXOpen::Expression* NXOpen::Features::ScaleBuilder::ScaleAlongAxis ( )

Returns the scale along axis
Created in NX5.0.0.



License requirements : None

NXOpen::Expression* NXOpen::Features::ScaleBuilder::ScaleOtherDirection ( )

Returns the scale other direction
Created in NX5.0.0.



License requirements : None

NXOpen::Expression* NXOpen::Features::ScaleBuilder::ScaleXdirection ( )

Returns the scale xdirection
Created in NX5.0.0.



License requirements : None

NXOpen::Expression* NXOpen::Features::ScaleBuilder::ScaleYdirection ( )

Returns the scale ydirection
Created in NX5.0.0.



License requirements : None

NXOpen::Expression* NXOpen::Features::ScaleBuilder::ScaleZdirection ( )

Returns the scale zdirection
Created in NX5.0.0.



License requirements : None

void NXOpen::Features::ScaleBuilder::SetBodyCollector ( NXOpen::ScCollector scaleBody)

Sets the collector as NXOpen::ScCollector
Created in NX11.0.1.



License requirements : solid_modeling ("SOLIDS MODELING")

Parameters
scaleBodyscale body
void NXOpen::Features::ScaleBuilder::SetCsys ( NXOpen::CoordinateSystem csys)

Sets the csys as NXOpen::CoordinateSystem
Created in NX5.0.0.



License requirements : solid_modeling ("SOLIDS MODELING")

Parameters
csysSet the reference Co-ordinate system from which scaling has to be done
void NXOpen::Features::ScaleBuilder::SetPoint ( NXOpen::Point point)

Sets the point as NXOpen::Point
Created in NX5.0.0.



License requirements : solid_modeling ("SOLIDS MODELING")

Parameters
pointSet the referance point from which scaling has to be done
void NXOpen::Features::ScaleBuilder::SetType ( NXOpen::Features::ScaleBuilder::Types  type)

Sets the scale type NXOpen::Features::ScaleBuilder::Types
Created in NX5.0.0.



License requirements : solid_modeling ("SOLIDS MODELING")

Parameters
typeGets the type of the scale method
void NXOpen::Features::ScaleBuilder::SetVector ( NXOpen::Direction vector)

Sets the vector as NXOpen::Direction
Created in NX5.0.0.



License requirements : solid_modeling ("SOLIDS MODELING")

Parameters
vectorSet the reference Axis along which scaling has to be done
NXOpen::Features::ScaleBuilder::Types NXOpen::Features::ScaleBuilder::Type ( )

Returns the scale type NXOpen::Features::ScaleBuilder::Types
Created in NX5.0.0.



License requirements : None

NXOpen::Expression* NXOpen::Features::ScaleBuilder::UniformFactor ( )

Returns the uniform factor
Created in NX5.0.0.



License requirements : None

NXOpen::Direction* NXOpen::Features::ScaleBuilder::Vector ( )

Returns the vector as NXOpen::Direction
Created in NX5.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.