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

Represents a NXOpen::Facet::DivideFacetFaceBuilder . More...

Inheritance diagram for NXOpen::Facet::DivideFacetFaceBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Types

enum  DivideFacetTypes { DivideFacetTypesByRegion, DivideFacetTypesByColor }
 Divide Facet Face type. More...
 

Public Member Functions

int Degree ()
 Returns the polynomial degree (one unit less than the order). More...
 
NXOpen::ScCollectorFacetBodyCollector ()
 Returns the collector for specifying facet bodies to be divided based on colored regions. More...
 
NXOpen::FacetCollectorFacetCollector ()
 Returns the collector for specifying facet regions
Created in NX12.0.0. More...
 
bool IsEditCopy ()
 Returns the value indicating if a copy of the facet body to be used for Divide facet face without altering the original
Created in NX12.0.0. More...
 
int Segments ()
 Returns the number of segments used for advanced fitting
Created in NX12.0.0. More...
 
void SetDegree (int degree)
 Sets the polynomial degree (one unit less than the order). More...
 
void SetEditCopy (bool isEditCopy)
 Sets the value indicating if a copy of the facet body to be used for Divide facet face without altering the original
Created in NX12.0.0. More...
 
void SetSegments (int segments)
 Sets the number of segments used for advanced fitting
Created in NX12.0.0. More...
 
void SetType (NXOpen::Facet::DivideFacetFaceBuilder::DivideFacetTypes type)
 Sets the type of enum which decides method for dividing facet faces
Created in NX12.0.0. More...
 
NXOpen::Facet::DivideFacetFaceBuilder::DivideFacetTypes Type ()
 Returns the type of enum which decides method for dividing facet faces
Created in NX12.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::Facet::DivideFacetFaceBuilder .

Divide Facet Face Builder is a function to facilitate dividing of selected facet out of original facet face.
To create a new instance of this class, use NXOpen::Facet::FacetModelingCollection::CreateDivideFacetFaceBuilder
Default values.

Property Value

Degree

3

IsEditCopy

0

Segments

50


Created in NX12.0.0.

Member Enumeration Documentation

Divide Facet Face type.

Enumerator
DivideFacetTypesByRegion 

Divide Facet face based on selected regional facets.

DivideFacetTypesByColor 

Divide Facet face based on colored facets.

Member Function Documentation

int NXOpen::Facet::DivideFacetFaceBuilder::Degree ( )

Returns the polynomial degree (one unit less than the order).


Created in NX12.0.0.

License requirements : None

NXOpen::ScCollector* NXOpen::Facet::DivideFacetFaceBuilder::FacetBodyCollector ( )

Returns the collector for specifying facet bodies to be divided based on colored regions.


Created in NX12.0.0.

License requirements : None

NXOpen::FacetCollector* NXOpen::Facet::DivideFacetFaceBuilder::FacetCollector ( )

Returns the collector for specifying facet regions
Created in NX12.0.0.



License requirements : None

bool NXOpen::Facet::DivideFacetFaceBuilder::IsEditCopy ( )

Returns the value indicating if a copy of the facet body to be used for Divide facet face without altering the original
Created in NX12.0.0.



License requirements : None

int NXOpen::Facet::DivideFacetFaceBuilder::Segments ( )

Returns the number of segments used for advanced fitting
Created in NX12.0.0.



License requirements : None

void NXOpen::Facet::DivideFacetFaceBuilder::SetDegree ( int  degree)

Sets the polynomial degree (one unit less than the order).


Created in NX12.0.0.

License requirements : nx_polygon_modeling (" NX Polygon Modeling")

Parameters
degreedegree
void NXOpen::Facet::DivideFacetFaceBuilder::SetEditCopy ( bool  isEditCopy)

Sets the value indicating if a copy of the facet body to be used for Divide facet face without altering the original
Created in NX12.0.0.



License requirements : nx_polygon_modeling (" NX Polygon Modeling")

Parameters
isEditCopyiseditcopy
void NXOpen::Facet::DivideFacetFaceBuilder::SetSegments ( int  segments)

Sets the number of segments used for advanced fitting
Created in NX12.0.0.



License requirements : nx_polygon_modeling (" NX Polygon Modeling")

Parameters
segmentssegments
void NXOpen::Facet::DivideFacetFaceBuilder::SetType ( NXOpen::Facet::DivideFacetFaceBuilder::DivideFacetTypes  type)

Sets the type of enum which decides method for dividing facet faces
Created in NX12.0.0.



License requirements : nx_polygon_modeling (" NX Polygon Modeling")

Parameters
typetype
NXOpen::Facet::DivideFacetFaceBuilder::DivideFacetTypes NXOpen::Facet::DivideFacetFaceBuilder::Type ( )

Returns the type of enum which decides method for dividing facet faces
Created in NX12.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.