NXOpen C++ Reference Guide
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
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 { DivideFacetTypesByColor, DivideFacetTypesByRegion, DivideFacetTypesByCurves }
 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...
 
bool IsSmoothEdge ()
 Returns the option to add smoothing to the edge of the divided region
Created in NX12.0.1. More...
 
int Segments ()
 Returns the number of segments used for advanced fitting
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
More...
 
void SetSmoothEdge (bool isSmoothEdge)
 Sets the option to add smoothing to the edge of the divided region
Created in NX12.0.1. 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::SplitCurveMethodListDataManagerSplitCurveMethodListDataManager ()
 Returns the split curve method list data manager
Created in NX12.0.1. 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 (deprecated)

3

IsEditCopy

0

Segments (deprecated)

50

Type

ByRegion


Created in NX12.0.0.

Member Enumeration Documentation

Divide Facet Face type.

Enumerator
DivideFacetTypesByColor 

Divide Facet face based on colored facets.

DivideFacetTypesByRegion 

Divide Facet face based on selected regional facets.

DivideFacetTypesByCurves 

Divide Facet face based on split curves.

Member Function Documentation

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

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


Deprecated:
Deprecated in NX12.0.1. Use NXOpen::Facet::DivideFacetFaceBuilder::IsSmoothEdge instead.


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

bool NXOpen::Facet::DivideFacetFaceBuilder::IsSmoothEdge ( )

Returns the option to add smoothing to the edge of the divided region
Created in NX12.0.1.



License requirements : None

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

Returns the number of segments used for advanced fitting

Deprecated:
Deprecated in NX12.0.1.

Use NXOpen::Facet::DivideFacetFaceBuilder::IsSmoothEdge instead.


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).


Deprecated:
Deprecated in NX12.0.1. Use NXOpen::Facet::DivideFacetFaceBuilder::SetSmoothEdge instead.


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

Deprecated:
Deprecated in NX12.0.1.

Use NXOpen::Facet::DivideFacetFaceBuilder::SetSmoothEdge instead.


Created in NX12.0.0.

License requirements : nx_polygon_modeling (" NX Polygon Modeling")

Parameters
segmentssegments
void NXOpen::Facet::DivideFacetFaceBuilder::SetSmoothEdge ( bool  isSmoothEdge)

Sets the option to add smoothing to the edge of the divided region
Created in NX12.0.1.



License requirements : nx_polygon_modeling (" NX Polygon Modeling")

Parameters
isSmoothEdgeissmoothedge
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::SplitCurveMethodListDataManager* NXOpen::Facet::DivideFacetFaceBuilder::SplitCurveMethodListDataManager ( )

Returns the split curve method list data manager
Created in NX12.0.1.



License requirements : None

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 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.