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

Represents a NXOpen::Features::Subdivision::SubdivisionExtrudeCageBuilder builder. More...

Inheritance diagram for NXOpen::Features::Subdivision::SubdivisionExtrudeCageBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Types

enum  ContinuityType { ContinuityTypeSmooth, ContinuityTypeSharp }
 Type of continuity. More...
 
enum  DirectionType { DirectionTypeInferred, DirectionTypeVector, DirectionTypePerpendicular }
 Represents the extrude direction. More...
 
enum  ScalingMethodType { ScalingMethodTypeLinear, ScalingMethodTypePlanar, ScalingMethodTypeUniform }
 Scaling method. More...
 
enum  TransformationMethodType { TransformationMethodTypeDragLinear, TransformationMethodTypeTransform }
 Transformation method types. More...
 

Public Member Functions

bool CanMoveToolOnly ()
 Returns the flag indicating if transformer tool can be moved without transforming the selected cage topology. More...
 
bool CanRelocateToolToSelection ()
 Returns the flag indicating if transformer tool can be relocated based on cage topology selection. More...
 
bool CanReorientToolToSelection ()
 Returns the flag indicating if transformer tool can be reoriented based on cage topology selection. More...
 
NXOpen::Features::Subdivision::SubdivisionExtrudeCageBuilder::ContinuityType Continuity ()
 Returns the continuity. More...
 
NXOpen::Features::Subdivision::SubdivisionExtrudeCageBuilder::DirectionType DirectionOption ()
 Returns the direction option
Created in NX10.0.0. More...
 
NXOpen::ExpressionDistance ()
 Returns the distance. More...
 
void Extrude ()
 Perform extrude operation. More...
 
int NumberOfSegments ()
 Returns the number of segments. More...
 
NXOpen::Features::Subdivision::SubdivisionExtrudeCageBuilder::ScalingMethodType ScalingMethod ()
 Returns the scaling method. More...
 
NXOpen::Features::Subdivision::SelectCageObjectDataSelectionObject ()
 Returns the selection object. More...
 
void SetCanMoveToolOnly (bool canMove)
 Sets the flag indicating if transformer tool can be moved without transforming the selected cage topology. More...
 
void SetCanRelocateToolToSelection (bool canRelocate)
 Sets the flag indicating if transformer tool can be relocated based on cage topology selection. More...
 
void SetCanReorientToolToSelection (bool canReorient)
 Sets the flag indicating if transformer tool can be reoriented based on cage topology selection. More...
 
void SetContinuity (NXOpen::Features::Subdivision::SubdivisionExtrudeCageBuilder::ContinuityType continuity)
 Sets the continuity. More...
 
void SetDirectionOption (NXOpen::Features::Subdivision::SubdivisionExtrudeCageBuilder::DirectionType directionOption)
 Sets the direction option
Created in NX10.0.0. More...
 
void SetNumberOfSegments (int numOfSegments)
 Sets the number of segments. More...
 
void SetScalingMethod (NXOpen::Features::Subdivision::SubdivisionExtrudeCageBuilder::ScalingMethodType scalingMethod)
 Sets the scaling method. More...
 
void SetTransformationMethod (NXOpen::Features::Subdivision::SubdivisionExtrudeCageBuilder::TransformationMethodType method)
 Sets the transformation method. More...
 
void SetVector (NXOpen::Direction *vector)
 Sets the vector for extrude. More...
 
NXOpen::Features::Subdivision::SubdivisionExtrudeCageBuilder::TransformationMethodType TransformationMethod ()
 Returns the transformation method. More...
 
NXOpen::GeometricUtilities::TransformerDataTransformer ()
 Returns the transformation tool. More...
 
NXOpen::DirectionVector ()
 Returns the vector for extrude. 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::Subdivision::SubdivisionExtrudeCageBuilder builder.


To create a new instance of this class, use NXOpen::Features::Subdivision::SubdivisionBodyCollection::CreateSubdivisionExtrudeCageBuilder
Default values.

Property Value

CanRelocateToolToSelection

true

CanReorientToolToSelection

true

NumberOfSegments

1


Created in NX9.0.0.

Member Enumeration Documentation

Type of continuity.

Enumerator
ContinuityTypeSmooth 

Smooth continuity.

ContinuityTypeSharp 

Sharp continuity.

Represents the extrude direction.

Enumerator
DirectionTypeInferred 

inferred

DirectionTypeVector 

vector

DirectionTypePerpendicular 

perpendicular

Scaling method.

Enumerator
ScalingMethodTypeLinear 

Scale in the specified direction.

ScalingMethodTypePlanar 

Scale in the plane normal to specified direction.

ScalingMethodTypeUniform 

Scale uniformly all the directions.

Transformation method types.

Enumerator
TransformationMethodTypeDragLinear 

Drag extruded topology in linear direction.

TransformationMethodTypeTransform 

Transform extruded topology.

Member Function Documentation

bool NXOpen::Features::Subdivision::SubdivisionExtrudeCageBuilder::CanMoveToolOnly ( )

Returns the flag indicating if transformer tool can be moved without transforming the selected cage topology.


Created in NX11.0.0.

License requirements : None

bool NXOpen::Features::Subdivision::SubdivisionExtrudeCageBuilder::CanRelocateToolToSelection ( )

Returns the flag indicating if transformer tool can be relocated based on cage topology selection.


Created in NX11.0.0.

License requirements : None

bool NXOpen::Features::Subdivision::SubdivisionExtrudeCageBuilder::CanReorientToolToSelection ( )

Returns the flag indicating if transformer tool can be reoriented based on cage topology selection.


Created in NX11.0.0.

License requirements : None

NXOpen::Features::Subdivision::SubdivisionExtrudeCageBuilder::ContinuityType NXOpen::Features::Subdivision::SubdivisionExtrudeCageBuilder::Continuity ( )

Returns the continuity.

The continuity is used to specify creases in the limit surface corresponding to the outer edges of the faces or boundary edges specified by NXOpen::Features::Subdivision::SubdivisionExtrudeCageBuilder::SelectionObject .
Created in NX11.0.0.

License requirements : None

NXOpen::Features::Subdivision::SubdivisionExtrudeCageBuilder::DirectionType NXOpen::Features::Subdivision::SubdivisionExtrudeCageBuilder::DirectionOption ( )

Returns the direction option
Created in NX10.0.0.



License requirements : None

NXOpen::Expression* NXOpen::Features::Subdivision::SubdivisionExtrudeCageBuilder::Distance ( )

Returns the distance.


Created in NX9.0.0.

License requirements : None

void NXOpen::Features::Subdivision::SubdivisionExtrudeCageBuilder::Extrude ( )

Perform extrude operation.


Created in NX9.0.0.

License requirements : nx_subdivision (" NX SUBDIVISION")

int NXOpen::Features::Subdivision::SubdivisionExtrudeCageBuilder::NumberOfSegments ( )

Returns the number of segments.


Created in NX10.0.0.

License requirements : None

NXOpen::Features::Subdivision::SubdivisionExtrudeCageBuilder::ScalingMethodType NXOpen::Features::Subdivision::SubdivisionExtrudeCageBuilder::ScalingMethod ( )

Returns the scaling method.


Created in NX11.0.0.

License requirements : None

NXOpen::Features::Subdivision::SelectCageObjectData* NXOpen::Features::Subdivision::SubdivisionExtrudeCageBuilder::SelectionObject ( )

Returns the selection object.


Created in NX9.0.0.

License requirements : None

void NXOpen::Features::Subdivision::SubdivisionExtrudeCageBuilder::SetCanMoveToolOnly ( bool  canMove)

Sets the flag indicating if transformer tool can be moved without transforming the selected cage topology.


Created in NX11.0.0.

License requirements : nx_subdivision (" NX SUBDIVISION")

Parameters
canMovecanmove
void NXOpen::Features::Subdivision::SubdivisionExtrudeCageBuilder::SetCanRelocateToolToSelection ( bool  canRelocate)

Sets the flag indicating if transformer tool can be relocated based on cage topology selection.


Created in NX11.0.0.

License requirements : nx_subdivision (" NX SUBDIVISION")

Parameters
canRelocatecanrelocate
void NXOpen::Features::Subdivision::SubdivisionExtrudeCageBuilder::SetCanReorientToolToSelection ( bool  canReorient)

Sets the flag indicating if transformer tool can be reoriented based on cage topology selection.


Created in NX11.0.0.

License requirements : nx_subdivision (" NX SUBDIVISION")

Parameters
canReorientcanreorient
void NXOpen::Features::Subdivision::SubdivisionExtrudeCageBuilder::SetContinuity ( NXOpen::Features::Subdivision::SubdivisionExtrudeCageBuilder::ContinuityType  continuity)

Sets the continuity.

The continuity is used to specify creases in the limit surface corresponding to the outer edges of the faces or boundary edges specified by NXOpen::Features::Subdivision::SubdivisionExtrudeCageBuilder::SelectionObject .
Created in NX11.0.0.

License requirements : nx_subdivision (" NX SUBDIVISION")

Parameters
continuitycontinuity
void NXOpen::Features::Subdivision::SubdivisionExtrudeCageBuilder::SetDirectionOption ( NXOpen::Features::Subdivision::SubdivisionExtrudeCageBuilder::DirectionType  directionOption)

Sets the direction option
Created in NX10.0.0.



License requirements : nx_subdivision (" NX SUBDIVISION")

Parameters
directionOptiondirectionoption
void NXOpen::Features::Subdivision::SubdivisionExtrudeCageBuilder::SetNumberOfSegments ( int  numOfSegments)

Sets the number of segments.


Created in NX10.0.0.

License requirements : nx_subdivision (" NX SUBDIVISION")

Parameters
numOfSegmentsnumofsegments
void NXOpen::Features::Subdivision::SubdivisionExtrudeCageBuilder::SetScalingMethod ( NXOpen::Features::Subdivision::SubdivisionExtrudeCageBuilder::ScalingMethodType  scalingMethod)

Sets the scaling method.


Created in NX11.0.0.

License requirements : nx_subdivision (" NX SUBDIVISION")

Parameters
scalingMethodscalingmethod
void NXOpen::Features::Subdivision::SubdivisionExtrudeCageBuilder::SetTransformationMethod ( NXOpen::Features::Subdivision::SubdivisionExtrudeCageBuilder::TransformationMethodType  method)

Sets the transformation method.


Created in NX11.0.0.

License requirements : nx_subdivision (" NX SUBDIVISION")

Parameters
methodmethod
void NXOpen::Features::Subdivision::SubdivisionExtrudeCageBuilder::SetVector ( NXOpen::Direction vector)

Sets the vector for extrude.


Created in NX10.0.0.

License requirements : nx_subdivision (" NX SUBDIVISION")

Parameters
vectorvector
NXOpen::Features::Subdivision::SubdivisionExtrudeCageBuilder::TransformationMethodType NXOpen::Features::Subdivision::SubdivisionExtrudeCageBuilder::TransformationMethod ( )

Returns the transformation method.


Created in NX11.0.0.

License requirements : None

NXOpen::GeometricUtilities::TransformerData* NXOpen::Features::Subdivision::SubdivisionExtrudeCageBuilder::Transformer ( )

Returns the transformation tool.


Created in NX11.0.0.

License requirements : None

NXOpen::Direction* NXOpen::Features::Subdivision::SubdivisionExtrudeCageBuilder::Vector ( )

Returns the vector for extrude.


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.