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

Represents a NXOpen::Facet::ConvertFacetBodyBuilder builder. More...

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

Public Types

enum  OriginalBodyOptions { OriginalBodyOptionsKeep, OriginalBodyOptionsHide, OriginalBodyOptionsDelete }
 These represent the options for handling the input facet bodies. More...
 
enum  OutputTypes { OutputTypesConvergentBody, OutputTypesNXFacetBody, OutputTypesJTFacetBody }
 These options represent the type of output facet body. More...
 

Public Member Functions

bool CleanUp ()
 Returns an option for automatically repairing the converted PSM mesh
Created in NX11.0.0. More...
 
NXOpen::SelectDisplayableObjectListFacetedBodiesToConvert ()
 Returns the input facet bodies to convert
Created in NX10.0.0. More...
 
double MinimumAngleFoldedFacets ()
 Returns the minimum angle between adjacent facets to define folded facets. More...
 
NXOpen::Facet::ConvertFacetBodyBuilder::OriginalBodyOptions OriginalBodyOption ()
 Returns the option for handling the input facet bodies
Created in NX11.0.0. More...
 
NXOpen::Facet::ConvertFacetBodyBuilder::OutputTypes OutputType ()
 Returns the output type of converted facet body
Created in NX10.0.0. More...
 
void SetCleanUp (bool cleanUp)
 Sets an option for automatically repairing the converted PSM mesh
Created in NX11.0.0. More...
 
void SetMinimumAngleFoldedFacets (double minimumAngleFoldedFacets)
 Sets the minimum angle between adjacent facets to define folded facets. More...
 
void SetOriginalBodyOption (NXOpen::Facet::ConvertFacetBodyBuilder::OriginalBodyOptions enumOriginalBodyOption)
 Sets the option for handling the input facet bodies
Created in NX11.0.0. More...
 
void SetOutputType (NXOpen::Facet::ConvertFacetBodyBuilder::OutputTypes enumOutputType)
 Sets the output type of converted facet body
Created in NX10.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::ConvertFacetBodyBuilder builder.

It converts the selected NX facet bodies to Convergent bodies or JT bodies, and converts JT facet bodies to Convergent bodies or NX facets bodies. The original inputs can be deleted, kept, or hidden.
To create a new instance of this class, use NXOpen::Facet::FacetModelingCollection::CreateConvertFacetBodyBuilder
Default values.

Property Value

MinimumAngleFoldedFacets

15.0

OriginalBodyOption

Delete

OutputType

ConvergentBody


Created in NX10.0.0.

Member Enumeration Documentation

These represent the options for handling the input facet bodies.

Enumerator
OriginalBodyOptionsKeep 

Keep original body.

OriginalBodyOptionsHide 

Hide original body.

OriginalBodyOptionsDelete 

Delete original body.

These options represent the type of output facet body.

Enumerator
OutputTypesConvergentBody 

Convert To Convergent bodies.

OutputTypesNXFacetBody 

Convert to NX Facet bodies.

OutputTypesJTFacetBody 

Convert To JT Facet bodies.

Member Function Documentation

bool NXOpen::Facet::ConvertFacetBodyBuilder::CleanUp ( )

Returns an option for automatically repairing the converted PSM mesh
Created in NX11.0.0.



License requirements : None

NXOpen::SelectDisplayableObjectList* NXOpen::Facet::ConvertFacetBodyBuilder::FacetedBodiesToConvert ( )

Returns the input facet bodies to convert
Created in NX10.0.0.



License requirements : None

double NXOpen::Facet::ConvertFacetBodyBuilder::MinimumAngleFoldedFacets ( )

Returns the minimum angle between adjacent facets to define folded facets.


Created in NX11.0.0.

License requirements : None

NXOpen::Facet::ConvertFacetBodyBuilder::OriginalBodyOptions NXOpen::Facet::ConvertFacetBodyBuilder::OriginalBodyOption ( )

Returns the option for handling the input facet bodies
Created in NX11.0.0.



License requirements : None

NXOpen::Facet::ConvertFacetBodyBuilder::OutputTypes NXOpen::Facet::ConvertFacetBodyBuilder::OutputType ( )

Returns the output type of converted facet body
Created in NX10.0.0.



License requirements : None

void NXOpen::Facet::ConvertFacetBodyBuilder::SetCleanUp ( bool  cleanUp)

Sets an option for automatically repairing the converted PSM mesh
Created in NX11.0.0.



License requirements : studio_free_form ("STUDIO FREE FORM")

Parameters
cleanUpcleanup
void NXOpen::Facet::ConvertFacetBodyBuilder::SetMinimumAngleFoldedFacets ( double  minimumAngleFoldedFacets)

Sets the minimum angle between adjacent facets to define folded facets.


Created in NX11.0.0.

License requirements : studio_free_form ("STUDIO FREE FORM")

Parameters
minimumAngleFoldedFacetsminimumanglefoldedfacets
void NXOpen::Facet::ConvertFacetBodyBuilder::SetOriginalBodyOption ( NXOpen::Facet::ConvertFacetBodyBuilder::OriginalBodyOptions  enumOriginalBodyOption)

Sets the option for handling the input facet bodies
Created in NX11.0.0.



License requirements : studio_free_form ("STUDIO FREE FORM")

Parameters
enumOriginalBodyOptionenumoriginalbodyoption
void NXOpen::Facet::ConvertFacetBodyBuilder::SetOutputType ( NXOpen::Facet::ConvertFacetBodyBuilder::OutputTypes  enumOutputType)

Sets the output type of converted facet body
Created in NX10.0.0.



License requirements : studio_free_form ("STUDIO FREE FORM")

Parameters
enumOutputTypeenumoutputtype

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