NX Open C++ Reference Guide
|
Represents a @link Features::ExtractFace Features::ExtractFace@endlink builder <br> To create a new instance of this class, use @link Features::FeatureCollection::CreateExtractFaceBuilder Features::FeatureCollection::CreateExtractFaceBuilder @endlink <br>
Default values. More...
Public Types | |
enum | ExtractType { ExtractTypeFace, ExtractTypeRegionOfFaces, ExtractTypeBody } |
enum for feature type being extracted More... | |
enum | FaceOptionType { FaceOptionTypeSingleFace, FaceOptionTypeAdjacentFaces, FaceOptionTypeAllBodyFaces, FaceOptionTypeFaceChain } |
enum for face option type More... | |
enum | FaceSurfaceType { FaceSurfaceTypeSameAsOriginal, FaceSurfaceTypePolynomialCubic, FaceSurfaceTypeGeneralBSurface } |
type of resulting surface More... | |
enum | ParentPartType { ParentPartTypeWorkPart, ParentPartTypeOtherPart, ParentPartTypePositionIndependent } |
enum for scope of part More... | |
Public Member Functions | |
double | AngleTolerance () |
Returns the angle Tolerance Created in NX5.0.0. | |
bool | Associative () |
Returns the option that specifies whether the extract face operation is associative Created in NX5.0.0. | |
bool | BodyReverseDirection () |
Returns the option to specify if the extracted faces should have the face normals reversed from the selected input bodies. | |
NXOpen::SelectObjectList * | BodyToExtract () |
Returns the bodies | |
NXOpen::SelectFaceList * | BoundaryFaces () |
Returns the boundary faces Created in NX5.0.0. | |
NXOpen::Features::Feature * | CommitCreateOnTheFly () |
Commits the feature and set create on the fly flag. | |
bool | CopyThreads () |
Returns the copy threads option Created in NX8.0.0. | |
bool | DeleteHoles () |
Returns the option to specify if holes should be deleted from the extracted faces Created in NX5.0.0. | |
NXOpen::ScCollector * | ExtractBodyCollector () |
Returns a collection of bodies to extract Created in NX9.0.0. | |
NXOpen::ScCollector * | FaceChain () |
Returns the face chain containing the faces to extract Created in NX6.0.0. | |
NXOpen::Features::ExtractFaceBuilder::FaceOptionType | FaceOption () |
Returns the face option type Created in NX6.0.0. | |
bool | FaceReverseDirection () |
Returns the option specifying whether to reverse the face normals for the extracted faces. | |
NXOpen::SelectFaceList * | FacesToExtract () |
Returns the faces | |
bool | FixAtCurrentTimestamp () |
Returns the option specifying whether to fix the extract face operation at the current timestamp Created in NX5.0.0. | |
void | FlipFaceChainDirectionSense (NXOpen::Face *face) |
Flip the face chain direction sense Created in NX6.0.0. | |
NXOpen::Features::Feature * | FrecAtTimeStamp () |
Returns the option specifying if the results from this builder should be associated Created in NX6.0.1. | |
bool | GetFaceChainDirectionSense (NXOpen::Face *face) |
Returns the face chain direction sense for a given face in the face chain. | |
void | GetProductInterfaceObjects (std::vector< NXOpen::Assemblies::ProductInterface::InterfaceObject * > &selectedObjects) |
Gets selected product interface objects Created in NX9.0.0. | |
void | GetWaveLinkInformation (NXString *info, bool *xformExists, NXOpen::Point3d *xformOrigin, NXOpen::Matrix3x3 *xformOrientation, double *xformScale) |
Prints wave browser type information about link Created in NX6.0.0. | |
bool | HideOriginal () |
Returns the option to specify if the original faces should be hidden Created in NX5.0.0. | |
bool | InheritDisplayProperties () |
Returns the inherit display properties from source option Created in NX6.0.0. | |
bool | MakePositionIndependent () |
Returns the option to specify that the extracted faces should be position independent Created in NX5.0.0. | |
NXOpen::SelectDisplayableObjectList * | ObjectToExtract () |
Returns a list of the extracted objects. | |
NXOpen::Features::ExtractFaceBuilder::ParentPartType | ParentPart () |
Returns the source part type Created in NX5.0.0. | |
void | RecreateVectorOfHelpDirVector () |
Causes the recreation of vector for help dir Created in NX7.5.4. | |
NXOpen::GeometricUtilities::ReplAsstBuilder * | ReplacementAssistant () |
Returns the Replacement Assistant builder. | |
NXOpen::SelectFace * | SeedFace () |
Returns the seed face for the face chain Created in NX5.0.0. | |
bool | SeedReverseDirection () |
Returns the option that specifies whether to reverse the face normals of the extracted faces relative to the seed face chain Created in NX5.0.0. | |
void | SetAngleTolerance (double angleTolerance) |
Sets the angle Tolerance Created in NX5.0.0. | |
void | SetAssociative (bool associative) |
Sets the option that specifies whether the extract face operation is associative Created in NX5.0.0. | |
void | SetBodyReverseDirection (bool bodyNormal) |
Sets the option to specify if the extracted faces should have the face normals reversed from the selected input bodies. | |
void | SetCopyThreads (bool copyThreads) |
Sets the copy threads option Created in NX8.0.0. | |
void | SetDeleteHoles (bool deleteHoles) |
Sets the option to specify if holes should be deleted from the extracted faces Created in NX5.0.0. | |
void | SetFaceOption (NXOpen::Features::ExtractFaceBuilder::FaceOptionType faceOptionType) |
Sets the face option type Created in NX6.0.0. | |
void | SetFaceReverseDirection (bool faceNormal) |
Sets the option specifying whether to reverse the face normals for the extracted faces. | |
void | SetFixAtCurrentTimestamp (bool fixAtTimestamp) |
Sets the option specifying whether to fix the extract face operation at the current timestamp Created in NX5.0.0. | |
void | SetFrecAtTimeStamp (NXOpen::Features::Feature *terminalFrec) |
Sets the option specifying if the results from this builder should be associated Created in NX6.0.1. | |
void | SetHideOriginal (bool hideOriginal) |
Sets the option to specify if the original faces should be hidden Created in NX5.0.0. | |
void | SetInheritDisplayProperties (bool inheritDisplayProperties) |
Sets the inherit display properties from source option Created in NX6.0.0. | |
void | SetMakePositionIndependent (bool makePositionIndependent) |
Sets the option to specify that the extracted faces should be position independent Created in NX5.0.0. | |
void | SetParentPart (NXOpen::Features::ExtractFaceBuilder::ParentPartType parentPart) |
Sets the source part type Created in NX5.0.0. | |
void | SetProductInterfaceObjects (const std::vector< NXOpen::Assemblies::ProductInterface::InterfaceObject * > &selectedObjects) |
Sets selected product interface objects Created in NX9.0.0. | |
void | SetSeedReverseDirection (bool seedNormal) |
Sets the option that specifies whether to reverse the face normals of the extracted faces relative to the seed face chain Created in NX5.0.0. | |
void | SetSourcePartOccurrence (NXOpen::TaggedObject *sourcePartOcc) |
Sets the source part occurrence Created in NX9.0.0. | |
void | SetSurfaceType (NXOpen::Features::ExtractFaceBuilder::FaceSurfaceType surfaceType) |
Sets the surface type Created in NX5.0.0. | |
void | SetTraverseInteriorEdges (bool traverseInteriorEdges) |
Sets the traverse interior edges Created in NX5.0.0. | |
void | SetType (NXOpen::Features::ExtractFaceBuilder::ExtractType type) |
Sets the type Created in NX5.0.0. | |
void | SetUseTangentEdgeAngles (bool useTangentAngles) |
Sets the use tangent angles Created in NX5.0.0. | |
NXOpen::TaggedObject * | SourcePartOccurrence () |
Returns the source part occurrence Created in NX9.0.0. | |
NXOpen::Features::ExtractFaceBuilder::FaceSurfaceType | SurfaceType () |
Returns the surface type Created in NX5.0.0. | |
bool | TraverseInteriorEdges () |
Returns the traverse interior edges Created in NX5.0.0. | |
NXOpen::Features::ExtractFaceBuilder::ExtractType | Type () |
Returns the type Created in NX5.0.0. | |
bool | UseTangentEdgeAngles () |
Returns the use tangent angles Created in NX5.0.0. | |
![]() | |
NXOpen::Features::Feature * | CommitFeature () |
Commits the feature parameters and creates the feature. | |
NXOpen::Features::Feature * | GetFeature () |
Returns the feature currently being edited by this builder. | |
void | HideInternalParentFeatureAfterEdit (NXOpen::Features::Feature *parentFeature) |
Re-suppress an internal parent feature (a slave feature) after it has been edited. | |
bool | ParentFeatureInternal () |
Returns whether or not the latest timestamped parent feature of this feature should be made internal Created in NX5.0.0. | |
bool | PatchSolutionFlag () |
Returns the patch solution flag Created in NX8.0.1. | |
NXString | PatchSurfaceFilename () |
Returns the patch surface filename Created in NX8.0.1. | |
void | SetParentFeatureInternal (NXOpen::Features::Feature *parentFeature) |
Set the parent features which would be internal or slaves to the feature being created or commited Created in NX6.0.0. | |
void | SetParentFeatureInternal (bool isInternal) |
Sets whether or not the latest timestamped parent feature of this feature should be made internal Created in NX5.0.0. | |
void | SetPatchSolutionFlag (bool optionValue) |
Sets the patch solution flag Created in NX8.0.1. | |
void | SetPatchSurfaceFilename (const NXString &surfaceFilename) |
Sets the patch surface filename Created in NX8.0.1. | |
void | SetPatchSurfaceFilename (const char *surfaceFilename) |
Sets the patch surface filename Created in NX8.0.1. | |
void | SetSurroundingPatchSurfaceFilename (const NXString &surroundingSurfaceFilename) |
Sets the surrounding patch surface filename Created in NX8.0.1. | |
void | SetSurroundingPatchSurfaceFilename (const char *surroundingSurfaceFilename) |
Sets the surrounding patch surface filename Created in NX8.0.1. | |
void | ShowInternalParentFeatureForEdit (NXOpen::Features::Feature *parentFeature) |
Unsuppress an internal parent feature (a slave feature) so it can be edited. | |
NXString | SurroundingPatchSurfaceFilename () |
Returns the surrounding patch surface filename Created in NX8.0.1. | |
void | UnsetParentFeatureInternal (NXOpen::Features::Feature *parentFeature) |
Set the internal parent feature of the feature being edited to external Created in NX6.0.0. | |
![]() | |
NXOpen::NXObject * | Commit () |
Commits any edits that have been applied to the builder. | |
void | Destroy () |
Deletes the builder, and cleans up any objects created by the builder. | |
std::vector< NXOpen::NXObject * > | GetCommittedObjects () |
For builders that create more than one object, this method returns the objects that are created by commit. | |
NXOpen::NXObject * | GetObject () |
Returns the object currently being edited by this builder. | |
void | ShowResults () |
Updates the model to reflect the result of an edit to the model for all builders that support showing results. | |
virtual bool | Validate () |
Validate whether the inputs to the component are sufficient for commit to be called. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a @link Features::ExtractFace Features::ExtractFace@endlink builder <br> To create a new instance of this class, use @link Features::FeatureCollection::CreateExtractFaceBuilder Features::FeatureCollection::CreateExtractFaceBuilder @endlink <br>
Default values.
Property | Value |
---|---|
AngleTolerance |
45.0 |
Associative |
True |
CopyThreads |
True |
DeleteHoles |
False |
FixAtCurrentTimestamp |
False |
InheritDisplayProperties |
False |
MakePositionIndependent |
False |
ReplacementAssistant.OneToOne |
True |
Created in NX5.0.0.
type of resulting surface
double NXOpen::Features::ExtractFaceBuilder::AngleTolerance | ( | ) |
Returns the angle Tolerance
Created in NX5.0.0.
License requirements : None
bool NXOpen::Features::ExtractFaceBuilder::Associative | ( | ) |
Returns the option that specifies whether the extract face operation is associative
Created in NX5.0.0.
License requirements : None
bool NXOpen::Features::ExtractFaceBuilder::BodyReverseDirection | ( | ) |
Returns the option to specify if the extracted faces should have the face normals reversed from the selected input bodies.
Created in NX5.0.0.
License requirements : None
NXOpen::SelectObjectList* NXOpen::Features::ExtractFaceBuilder::BodyToExtract | ( | ) |
Returns the bodies
Use Features::ExtractFaceBuilder::ExtractBodyCollector instead.
Created in NX5.0.0.
License requirements : None
NXOpen::SelectFaceList* NXOpen::Features::ExtractFaceBuilder::BoundaryFaces | ( | ) |
Returns the boundary faces
Created in NX5.0.0.
License requirements : None
NXOpen::Features::Feature* NXOpen::Features::ExtractFaceBuilder::CommitCreateOnTheFly | ( | ) |
Commits the feature and set create on the fly flag.
bool NXOpen::Features::ExtractFaceBuilder::CopyThreads | ( | ) |
Returns the copy threads option
Created in NX8.0.0.
License requirements : None
bool NXOpen::Features::ExtractFaceBuilder::DeleteHoles | ( | ) |
Returns the option to specify if holes should be deleted from the extracted faces
Created in NX5.0.0.
License requirements : None
NXOpen::ScCollector* NXOpen::Features::ExtractFaceBuilder::ExtractBodyCollector | ( | ) |
Returns a collection of bodies to extract
Created in NX9.0.0.
License requirements : None
NXOpen::ScCollector* NXOpen::Features::ExtractFaceBuilder::FaceChain | ( | ) |
Returns the face chain containing the faces to extract
Created in NX6.0.0.
License requirements : None
NXOpen::Features::ExtractFaceBuilder::FaceOptionType NXOpen::Features::ExtractFaceBuilder::FaceOption | ( | ) |
Returns the face option type
Created in NX6.0.0.
License requirements : None
bool NXOpen::Features::ExtractFaceBuilder::FaceReverseDirection | ( | ) |
Returns the option specifying whether to reverse the face normals for the extracted faces.
Created in NX5.0.0.
License requirements : None
NXOpen::SelectFaceList* NXOpen::Features::ExtractFaceBuilder::FacesToExtract | ( | ) |
Returns the faces
Use Features::ExtractFaceBuilder::ObjectToExtract instead.
Created in NX5.0.0.
License requirements : None
bool NXOpen::Features::ExtractFaceBuilder::FixAtCurrentTimestamp | ( | ) |
Returns the option specifying whether to fix the extract face operation at the current timestamp
Created in NX5.0.0.
License requirements : None
void NXOpen::Features::ExtractFaceBuilder::FlipFaceChainDirectionSense | ( | NXOpen::Face * | face | ) |
Flip the face chain direction sense
Created in NX6.0.0.
License requirements : solid_modeling ("SOLIDS MODELING") OR cam_base ("CAM BASE")
face | face |
NXOpen::Features::Feature* NXOpen::Features::ExtractFaceBuilder::FrecAtTimeStamp | ( | ) |
Returns the option specifying if the results from this builder should be associated
Created in NX6.0.1.
License requirements : None
bool NXOpen::Features::ExtractFaceBuilder::GetFaceChainDirectionSense | ( | NXOpen::Face * | face | ) |
Returns the face chain direction sense for a given face in the face chain.
face | face |
void NXOpen::Features::ExtractFaceBuilder::GetProductInterfaceObjects | ( | std::vector< NXOpen::Assemblies::ProductInterface::InterfaceObject * > & | selectedObjects | ) |
Gets selected product interface objects
Created in NX9.0.0.
License requirements : None
selectedObjects | items in list |
void NXOpen::Features::ExtractFaceBuilder::GetWaveLinkInformation | ( | NXString * | info, |
bool * | xformExists, | ||
NXOpen::Point3d * | xformOrigin, | ||
NXOpen::Matrix3x3 * | xformOrientation, | ||
double * | xformScale | ||
) |
Prints wave browser type information about link
Created in NX6.0.0.
License requirements : wave ("WAVE FUNCTIONALITY")
info | queried wave information |
xformExists | true if there is a transform |
xformOrigin | transformation origin |
xformOrientation | transformation matrix |
xformScale | transformation scale |
bool NXOpen::Features::ExtractFaceBuilder::HideOriginal | ( | ) |
Returns the option to specify if the original faces should be hidden
Created in NX5.0.0.
License requirements : None
bool NXOpen::Features::ExtractFaceBuilder::InheritDisplayProperties | ( | ) |
Returns the inherit display properties from source option
Created in NX6.0.0.
License requirements : None
bool NXOpen::Features::ExtractFaceBuilder::MakePositionIndependent | ( | ) |
Returns the option to specify that the extracted faces should be position independent
Created in NX5.0.0.
License requirements : None
NXOpen::SelectDisplayableObjectList* NXOpen::Features::ExtractFaceBuilder::ObjectToExtract | ( | ) |
Returns a list of the extracted objects.
The objects in the list are Face objects.
Created in NX7.5.0.
License requirements : None
NXOpen::Features::ExtractFaceBuilder::ParentPartType NXOpen::Features::ExtractFaceBuilder::ParentPart | ( | ) |
Returns the source part type
Created in NX5.0.0.
License requirements : None
void NXOpen::Features::ExtractFaceBuilder::RecreateVectorOfHelpDirVector | ( | ) |
Causes the recreation of vector for help dir
Created in NX7.5.4.
License requirements : solid_modeling ("SOLIDS MODELING") OR cam_base ("CAM BASE")
NXOpen::GeometricUtilities::ReplAsstBuilder* NXOpen::Features::ExtractFaceBuilder::ReplacementAssistant | ( | ) |
Returns the Replacement Assistant builder.
Call Enter() to enter or re-enter into the mapping environment. Enter() needs to be executed before invoking any map creation or automatic mapping APIs. The maps inferred internally (internal identifier reuse, inherited from parent and siblings) will be populated when Enter() is executed for the first time after selecting a replacement entity. Call Exit() to exit the mapping environment.
Created in NX6.0.0.
License requirements : solid_modeling ("SOLIDS MODELING") OR cam_base ("CAM BASE")
NXOpen::SelectFace* NXOpen::Features::ExtractFaceBuilder::SeedFace | ( | ) |
Returns the seed face for the face chain
Created in NX5.0.0.
License requirements : None
bool NXOpen::Features::ExtractFaceBuilder::SeedReverseDirection | ( | ) |
Returns the option that specifies whether to reverse the face normals of the extracted faces relative to the seed face chain
Created in NX5.0.0.
License requirements : None
void NXOpen::Features::ExtractFaceBuilder::SetAngleTolerance | ( | double | angleTolerance | ) |
Sets the angle Tolerance
Created in NX5.0.0.
License requirements : solid_modeling ("SOLIDS MODELING") OR cam_base ("CAM BASE")
angleTolerance | angletolerance |
void NXOpen::Features::ExtractFaceBuilder::SetAssociative | ( | bool | associative | ) |
Sets the option that specifies whether the extract face operation is associative
Created in NX5.0.0.
License requirements : solid_modeling ("SOLIDS MODELING") OR cam_base ("CAM BASE")
associative | associative |
void NXOpen::Features::ExtractFaceBuilder::SetBodyReverseDirection | ( | bool | bodyNormal | ) |
Sets the option to specify if the extracted faces should have the face normals reversed from the selected input bodies.
Created in NX5.0.0.
License requirements : solid_modeling ("SOLIDS MODELING") OR cam_base ("CAM BASE")
bodyNormal | bodynormal |
void NXOpen::Features::ExtractFaceBuilder::SetCopyThreads | ( | bool | copyThreads | ) |
Sets the copy threads option
Created in NX8.0.0.
License requirements : solid_modeling ("SOLIDS MODELING") OR cam_base ("CAM BASE")
copyThreads | copythreads |
void NXOpen::Features::ExtractFaceBuilder::SetDeleteHoles | ( | bool | deleteHoles | ) |
Sets the option to specify if holes should be deleted from the extracted faces
Created in NX5.0.0.
License requirements : solid_modeling ("SOLIDS MODELING") OR cam_base ("CAM BASE")
deleteHoles | deleteholes |
void NXOpen::Features::ExtractFaceBuilder::SetFaceOption | ( | NXOpen::Features::ExtractFaceBuilder::FaceOptionType | faceOptionType | ) |
Sets the face option type
Created in NX6.0.0.
License requirements : solid_modeling ("SOLIDS MODELING") OR cam_base ("CAM BASE")
faceOptionType | faceoptiontype |
void NXOpen::Features::ExtractFaceBuilder::SetFaceReverseDirection | ( | bool | faceNormal | ) |
Sets the option specifying whether to reverse the face normals for the extracted faces.
Created in NX5.0.0.
License requirements : solid_modeling ("SOLIDS MODELING") OR cam_base ("CAM BASE")
faceNormal | facenormal |
void NXOpen::Features::ExtractFaceBuilder::SetFixAtCurrentTimestamp | ( | bool | fixAtTimestamp | ) |
Sets the option specifying whether to fix the extract face operation at the current timestamp
Created in NX5.0.0.
License requirements : solid_modeling ("SOLIDS MODELING") OR cam_base ("CAM BASE")
fixAtTimestamp | fixattimestamp |
void NXOpen::Features::ExtractFaceBuilder::SetFrecAtTimeStamp | ( | NXOpen::Features::Feature * | terminalFrec | ) |
Sets the option specifying if the results from this builder should be associated
Created in NX6.0.1.
License requirements : solid_modeling ("SOLIDS MODELING") OR cam_base ("CAM BASE")
terminalFrec | terminal frec |
void NXOpen::Features::ExtractFaceBuilder::SetHideOriginal | ( | bool | hideOriginal | ) |
Sets the option to specify if the original faces should be hidden
Created in NX5.0.0.
License requirements : solid_modeling ("SOLIDS MODELING") OR cam_base ("CAM BASE")
hideOriginal | hideoriginal |
void NXOpen::Features::ExtractFaceBuilder::SetInheritDisplayProperties | ( | bool | inheritDisplayProperties | ) |
Sets the inherit display properties from source option
Created in NX6.0.0.
License requirements : solid_modeling ("SOLIDS MODELING") OR cam_base ("CAM BASE")
inheritDisplayProperties | inheritdisplayproperties |
void NXOpen::Features::ExtractFaceBuilder::SetMakePositionIndependent | ( | bool | makePositionIndependent | ) |
Sets the option to specify that the extracted faces should be position independent
Created in NX5.0.0.
License requirements : solid_modeling ("SOLIDS MODELING") OR cam_base ("CAM BASE")
makePositionIndependent | makepositionindependent |
void NXOpen::Features::ExtractFaceBuilder::SetParentPart | ( | NXOpen::Features::ExtractFaceBuilder::ParentPartType | parentPart | ) |
Sets the source part type
Created in NX5.0.0.
License requirements : solid_modeling ("SOLIDS MODELING") OR cam_base ("CAM BASE")
parentPart | parentpart |
void NXOpen::Features::ExtractFaceBuilder::SetProductInterfaceObjects | ( | const std::vector< NXOpen::Assemblies::ProductInterface::InterfaceObject * > & | selectedObjects | ) |
Sets selected product interface objects
Created in NX9.0.0.
License requirements : None
selectedObjects | items in list |
void NXOpen::Features::ExtractFaceBuilder::SetSeedReverseDirection | ( | bool | seedNormal | ) |
Sets the option that specifies whether to reverse the face normals of the extracted faces relative to the seed face chain
Created in NX5.0.0.
License requirements : solid_modeling ("SOLIDS MODELING") OR cam_base ("CAM BASE")
seedNormal | seednormal |
void NXOpen::Features::ExtractFaceBuilder::SetSourcePartOccurrence | ( | NXOpen::TaggedObject * | sourcePartOcc | ) |
Sets the source part occurrence
Created in NX9.0.0.
License requirements : None
sourcePartOcc | sourcepartocc |
void NXOpen::Features::ExtractFaceBuilder::SetSurfaceType | ( | NXOpen::Features::ExtractFaceBuilder::FaceSurfaceType | surfaceType | ) |
Sets the surface type
Created in NX5.0.0.
License requirements : solid_modeling ("SOLIDS MODELING") OR cam_base ("CAM BASE")
surfaceType | surfacetype |
void NXOpen::Features::ExtractFaceBuilder::SetTraverseInteriorEdges | ( | bool | traverseInteriorEdges | ) |
Sets the traverse interior edges
Created in NX5.0.0.
License requirements : solid_modeling ("SOLIDS MODELING") OR cam_base ("CAM BASE")
traverseInteriorEdges | traverseinterioredges |
void NXOpen::Features::ExtractFaceBuilder::SetType | ( | NXOpen::Features::ExtractFaceBuilder::ExtractType | type | ) |
Sets the type
Created in NX5.0.0.
License requirements : solid_modeling ("SOLIDS MODELING") OR cam_base ("CAM BASE")
type | type |
void NXOpen::Features::ExtractFaceBuilder::SetUseTangentEdgeAngles | ( | bool | useTangentAngles | ) |
Sets the use tangent angles
Created in NX5.0.0.
License requirements : solid_modeling ("SOLIDS MODELING") OR cam_base ("CAM BASE")
useTangentAngles | usetangentangles |
NXOpen::TaggedObject* NXOpen::Features::ExtractFaceBuilder::SourcePartOccurrence | ( | ) |
Returns the source part occurrence
Created in NX9.0.0.
License requirements : None
NXOpen::Features::ExtractFaceBuilder::FaceSurfaceType NXOpen::Features::ExtractFaceBuilder::SurfaceType | ( | ) |
Returns the surface type
Created in NX5.0.0.
License requirements : None
bool NXOpen::Features::ExtractFaceBuilder::TraverseInteriorEdges | ( | ) |
Returns the traverse interior edges
Created in NX5.0.0.
License requirements : None
NXOpen::Features::ExtractFaceBuilder::ExtractType NXOpen::Features::ExtractFaceBuilder::Type | ( | ) |
Returns the type
Created in NX5.0.0.
License requirements : None
bool NXOpen::Features::ExtractFaceBuilder::UseTangentEdgeAngles | ( | ) |
Returns the use tangent angles
Created in NX5.0.0.
License requirements : None