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

Represents a NXOpen::Features::VariableOffset builder
To create a new instance of this class, use NXOpen::Features::FeatureCollection::CreateVariableOffsetBuilder
Default values. More...

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

Public Types

enum  MethodOptions { MethodOptionsLinear, MethodOptionsCubic }
 offset methods for creating the new surface More...
 

Public Member Functions

double DistanceTolerance ()
 Returns the distance tolerance. More...
 
NXOpen::SelectFaceFace ()
 Returns the face to be offset
Created in NX8.0.0. More...
 
bool IsApplyToAll ()
 Returns the toggle to set all offsets to equal value. More...
 
bool IsKeepParameterization ()
 Returns the toggle to maintain source face parameterization in the offset face. More...
 
bool IsReverseDirection ()
 Returns the toggle to reverse the direction of all offsets. More...
 
NXOpen::Features::VariableOffsetBuilder::MethodOptions Method ()
 Returns the offset method
Created in NX8.0.0. More...
 
NXOpen::ExpressionOffsetAtA ()
 Returns the offset at corner A. More...
 
NXOpen::ExpressionOffsetAtB ()
 Returns the offset at corner B. More...
 
NXOpen::ExpressionOffsetAtC ()
 Returns the offset at corner C. More...
 
NXOpen::ExpressionOffsetAtD ()
 Returns the offset at corner D. More...
 
NXOpen::PointPointA ()
 Returns the point at corner A. More...
 
NXOpen::PointPointB ()
 Returns the point at corner B. More...
 
NXOpen::PointPointC ()
 Returns the point at corner C. More...
 
NXOpen::PointPointD ()
 Returns the point at corner D. More...
 
void SetApplyToAll (bool isApplyToAll)
 Sets the toggle to set all offsets to equal value. More...
 
void SetDistanceTolerance (double distanceTolerance)
 Sets the distance tolerance. More...
 
void SetKeepParameterization (bool isKeepParameterization)
 Sets the toggle to maintain source face parameterization in the offset face. More...
 
void SetMethod (NXOpen::Features::VariableOffsetBuilder::MethodOptions method)
 Sets the offset method
Created in NX8.0.0. More...
 
void SetPointA (NXOpen::Point *point)
 Sets the point at corner A. More...
 
void SetPointB (NXOpen::Point *point)
 Sets the point at corner B. More...
 
void SetPointC (NXOpen::Point *point)
 Sets the point at corner C. More...
 
void SetPointD (NXOpen::Point *point)
 Sets the point at corner D. More...
 
void SetReverseDirection (bool isReverseDirection)
 Sets the toggle to reverse the direction of all offsets. 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::VariableOffset builder
To create a new instance of this class, use NXOpen::Features::FeatureCollection::CreateVariableOffsetBuilder
Default values.

Property Value

IsApplyToAll

0

IsKeepParameterization

0

Method

Linear


Created in NX8.0.0.

Member Enumeration Documentation

offset methods for creating the new surface

Enumerator
MethodOptionsLinear 

linear offset applied along both of U and V directions

MethodOptionsCubic 

cublic offset applied along both of U and V directions

Member Function Documentation

double NXOpen::Features::VariableOffsetBuilder::DistanceTolerance ( )

Returns the distance tolerance.


Created in NX8.0.0.

License requirements : None

NXOpen::SelectFace* NXOpen::Features::VariableOffsetBuilder::Face ( )

Returns the face to be offset
Created in NX8.0.0.



License requirements : None

bool NXOpen::Features::VariableOffsetBuilder::IsApplyToAll ( )

Returns the toggle to set all offsets to equal value.


Created in NX8.0.0.

License requirements : None

bool NXOpen::Features::VariableOffsetBuilder::IsKeepParameterization ( )

Returns the toggle to maintain source face parameterization in the offset face.


Created in NX8.0.0.

License requirements : None

bool NXOpen::Features::VariableOffsetBuilder::IsReverseDirection ( )

Returns the toggle to reverse the direction of all offsets.


Created in NX8.0.0.

License requirements : None

NXOpen::Features::VariableOffsetBuilder::MethodOptions NXOpen::Features::VariableOffsetBuilder::Method ( )

Returns the offset method
Created in NX8.0.0.



License requirements : None

NXOpen::Expression* NXOpen::Features::VariableOffsetBuilder::OffsetAtA ( )

Returns the offset at corner A.


Created in NX8.0.0.

License requirements : None

NXOpen::Expression* NXOpen::Features::VariableOffsetBuilder::OffsetAtB ( )

Returns the offset at corner B.


Created in NX8.0.0.

License requirements : None

NXOpen::Expression* NXOpen::Features::VariableOffsetBuilder::OffsetAtC ( )

Returns the offset at corner C.


Created in NX8.0.0.

License requirements : None

NXOpen::Expression* NXOpen::Features::VariableOffsetBuilder::OffsetAtD ( )

Returns the offset at corner D.


Created in NX8.0.0.

License requirements : None

NXOpen::Point* NXOpen::Features::VariableOffsetBuilder::PointA ( )

Returns the point at corner A.


Created in NX8.0.0.

License requirements : None

NXOpen::Point* NXOpen::Features::VariableOffsetBuilder::PointB ( )

Returns the point at corner B.


Created in NX8.0.0.

License requirements : None

NXOpen::Point* NXOpen::Features::VariableOffsetBuilder::PointC ( )

Returns the point at corner C.


Created in NX8.0.0.

License requirements : None

NXOpen::Point* NXOpen::Features::VariableOffsetBuilder::PointD ( )

Returns the point at corner D.


Created in NX8.0.0.

License requirements : None

void NXOpen::Features::VariableOffsetBuilder::SetApplyToAll ( bool  isApplyToAll)

Sets the toggle to set all offsets to equal value.


Created in NX8.0.0.

License requirements : studio_free_form ("STUDIO FREE FORM")

Parameters
isApplyToAllisapplytoall
void NXOpen::Features::VariableOffsetBuilder::SetDistanceTolerance ( double  distanceTolerance)

Sets the distance tolerance.


Created in NX8.0.0.

License requirements : studio_free_form ("STUDIO FREE FORM")

Parameters
distanceTolerancedistancetolerance
void NXOpen::Features::VariableOffsetBuilder::SetKeepParameterization ( bool  isKeepParameterization)

Sets the toggle to maintain source face parameterization in the offset face.


Created in NX8.0.0.

License requirements : studio_free_form ("STUDIO FREE FORM")

Parameters
isKeepParameterizationiskeepparameterization
void NXOpen::Features::VariableOffsetBuilder::SetMethod ( NXOpen::Features::VariableOffsetBuilder::MethodOptions  method)

Sets the offset method
Created in NX8.0.0.



License requirements : studio_free_form ("STUDIO FREE FORM")

Parameters
methodmethod
void NXOpen::Features::VariableOffsetBuilder::SetPointA ( NXOpen::Point point)

Sets the point at corner A.


Created in NX8.0.0.

License requirements : studio_free_form ("STUDIO FREE FORM")

Parameters
pointpoint
void NXOpen::Features::VariableOffsetBuilder::SetPointB ( NXOpen::Point point)

Sets the point at corner B.


Created in NX8.0.0.

License requirements : studio_free_form ("STUDIO FREE FORM")

Parameters
pointpoint
void NXOpen::Features::VariableOffsetBuilder::SetPointC ( NXOpen::Point point)

Sets the point at corner C.


Created in NX8.0.0.

License requirements : studio_free_form ("STUDIO FREE FORM")

Parameters
pointpoint
void NXOpen::Features::VariableOffsetBuilder::SetPointD ( NXOpen::Point point)

Sets the point at corner D.


Created in NX8.0.0.

License requirements : studio_free_form ("STUDIO FREE FORM")

Parameters
pointpoint
void NXOpen::Features::VariableOffsetBuilder::SetReverseDirection ( bool  isReverseDirection)

Sets the toggle to reverse the direction of all offsets.


Created in NX8.0.0.

License requirements : studio_free_form ("STUDIO FREE FORM")

Parameters
isReverseDirectionisreversedirection

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