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

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

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

Public Types

enum  Types { TypesUniform, TypesThroughLines }
 Represents the split type. More...
 

Public Member Functions

void AddSplitPoint (const NXOpen::Point3d &location, NXOpen::DisplayableObject *object)
 Add split face point. More...
 
void ClearSplitPoints ()
 Clear split face point. More...
 
NXOpen::Features::Subdivision::SelectCageObjectDataFacesToSplit ()
 Returns the faces to split. More...
 
int Number ()
 Returns the desired split number in one face. More...
 
NXOpen::Features::Subdivision::SelectCageObjectDataReferenceEdge ()
 Returns the reference edges. More...
 
void SetNumber (int number)
 Sets the desired split number in one face. More...
 
void SetType (NXOpen::Features::Subdivision::SubdivisionSplitFaceBuilder::Types type)
 Sets the split type. More...
 
NXOpen::Features::Subdivision::SubdivisionSplitFaceBuilder::Types Type ()
 Returns the split type. More...
 
void UpdateSplitPositions (int splitLineIndex, const std::vector< NXOpen::Point3d > &positions)
 Update split positions. 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::SubdivisionSplitFaceBuilder builder.


To create a new instance of this class, use NXOpen::Features::Subdivision::SubdivisionBodyCollection::CreateSubdivisionSplitFaceBuilder

Created in NX9.0.0.

Member Enumeration Documentation

Represents the split type.

Enumerator
TypesUniform 

Uniform split type.

TypesThroughLines 

Through lines split type.

Member Function Documentation

void NXOpen::Features::Subdivision::SubdivisionSplitFaceBuilder::AddSplitPoint ( const NXOpen::Point3d location,
NXOpen::DisplayableObject object 
)

Add split face point.


Created in NX9.0.0.

License requirements : nx_subdivision (" NX SUBDIVISION")

Parameters
locationthe loction on the object to split face.
objectthe selected subdivision edge or vertex to split face.
void NXOpen::Features::Subdivision::SubdivisionSplitFaceBuilder::ClearSplitPoints ( )

Clear split face point.


Created in NX10.0.0.

License requirements : nx_subdivision (" NX SUBDIVISION")

NXOpen::Features::Subdivision::SelectCageObjectData* NXOpen::Features::Subdivision::SubdivisionSplitFaceBuilder::FacesToSplit ( )

Returns the faces to split.


Created in NX9.0.0.

License requirements : None

int NXOpen::Features::Subdivision::SubdivisionSplitFaceBuilder::Number ( )

Returns the desired split number in one face.


Created in NX9.0.0.

License requirements : None

NXOpen::Features::Subdivision::SelectCageObjectData* NXOpen::Features::Subdivision::SubdivisionSplitFaceBuilder::ReferenceEdge ( )

Returns the reference edges.


Created in NX9.0.0.

License requirements : None

void NXOpen::Features::Subdivision::SubdivisionSplitFaceBuilder::SetNumber ( int  number)

Sets the desired split number in one face.


Created in NX9.0.0.

License requirements : nx_subdivision (" NX SUBDIVISION")

Parameters
numbernumber
void NXOpen::Features::Subdivision::SubdivisionSplitFaceBuilder::SetType ( NXOpen::Features::Subdivision::SubdivisionSplitFaceBuilder::Types  type)

Sets the split type.


Created in NX9.0.0.

License requirements : nx_subdivision (" NX SUBDIVISION")

Parameters
typetype
NXOpen::Features::Subdivision::SubdivisionSplitFaceBuilder::Types NXOpen::Features::Subdivision::SubdivisionSplitFaceBuilder::Type ( )

Returns the split type.


Created in NX9.0.0.

License requirements : None

void NXOpen::Features::Subdivision::SubdivisionSplitFaceBuilder::UpdateSplitPositions ( int  splitLineIndex,
const std::vector< NXOpen::Point3d > &  positions 
)

Update split positions.


Created in NX10.0.0.

License requirements : nx_subdivision (" NX SUBDIVISION")

Parameters
splitLineIndexindex to indicate which split line to update positions from.
positionsthe point positions.

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