NX Open C++ Reference Guide
Public Types | Public Member Functions
NXOpen::CAM::FeatureProcessBuilder Class Reference

The Create Feature Process Builder class creates operations and features groups
To create a new instance of this class, use CAM::CAMSetup::CreateFeatureProcessBuilder
Default values. More...

Inheritance diagram for NXOpen::CAM::FeatureProcessBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

List of all members.

Public Types

enum  FeatureGroupingType { FeatureGroupingTypeAlwaysCreateNew, FeatureGroupingTypePerFeature, FeatureGroupingTypeUseExisting }
 Determines how features are allocated to feature groups. More...
enum  FeatureProcessType { FeatureProcessTypeRuleBased, FeatureProcessTypeTemplateBased }
 Type of creation. More...

Public Member Functions

std::vector
< NXOpen::CAM::Operation * > 
CreateFeatureProcesses (const std::vector< NXOpen::CAM::CAMFeature * > &features, NXOpen::FeatureProcessBuilderStatus **resultStatus)
 Creates operations for a set of features based of the current setting of the builder.
NXOpen::CAM::FeatureProcessBuilder::FeatureGroupingType FeatureGrouping ()
 Returns the way features are grouped in feature processes
Created in NX7.5.0.
NXString GetGeometryLocation ()
 Returns the name of the geometry location of the generated feature processes.
void GetRuleLibraries (std::vector< NXString > &ruleLibraries)
 Gets the active rule libraries
Created in NX7.5.0.
void GetTemplate (NXString *activeTemplate, NXString *featureProcesTemplate)
 Gets the template name and the feature process template
Created in NX7.5.0.
std::vector
< NXOpen::CAM::Operation * > 
RecreateFeatureProcesses (const std::vector< NXOpen::CAM::FeatureGeometryGroup * > &groups, NXOpen::FeatureProcessBuilderStatus **resultStatus)
 Creates operations for a set of features based of the current setting of the builder.
void SetFeatureGrouping (NXOpen::CAM::FeatureProcessBuilder::FeatureGroupingType featureGrouping)
 Sets the way features are grouped in feature processes
Created in NX7.5.0.
void SetGeometryLocation (const NXString &geometryLocation)
 Returns the name of the geometry location of the generated feature processes
Created in NX7.5.0.
void SetRuleLibraries (std::vector< NXString > &ruleLibraries)
 Sets the active rule libraries
Created in NX7.5.0.
void SetTemplate (const NXString &activeTemplate, const NXString &featureProcesTemplate)
 Sets the active template name and the feature process template
Created in NX7.5.0.
void SetType (NXOpen::CAM::FeatureProcessBuilder::FeatureProcessType type)
 Sets the type of feature process creation
Created in NX7.5.0.
NXOpen::CAM::FeatureProcessBuilder::FeatureProcessType Type ()
 Returns the type of feature process creation
Created in NX7.5.0.

Detailed Description

The Create Feature Process Builder class creates operations and features groups
To create a new instance of this class, use CAM::CAMSetup::CreateFeatureProcessBuilder
Default values.

Property Value

FeatureGrouping

UseExisting

Type

RuleBased


Created in NX7.5.0.


Member Enumeration Documentation

Determines how features are allocated to feature groups.

Enumerator:
FeatureGroupingTypeAlwaysCreateNew 

Always create a new feature group.

FeatureGroupingTypePerFeature 

Create a feature group per feature.

FeatureGroupingTypeUseExisting 

Try to use existing feature groups.

Type of creation.

Enumerator:
FeatureProcessTypeRuleBased 

Rule based operation creation.

FeatureProcessTypeTemplateBased 

Template based operation creation.


Member Function Documentation

Creates operations for a set of features based of the current setting of the builder.

Returns:
List with created operations,
Created in NX7.5.0.

License requirements : ug_holemaking ("UG Holemaking")
Parameters:
featuresThe manufacturing features
resultStatusResult status of creating processes.

Returns the way features are grouped in feature processes
Created in NX7.5.0.



License requirements : ug_holemaking ("UG Holemaking")

Returns the name of the geometry location of the generated feature processes.

Returns:
The parent group
Created in NX7.5.0.

License requirements : ug_holemaking ("UG Holemaking")
void NXOpen::CAM::FeatureProcessBuilder::GetRuleLibraries ( std::vector< NXString > &  ruleLibraries)

Gets the active rule libraries
Created in NX7.5.0.



License requirements : ug_holemaking ("UG Holemaking")

Parameters:
ruleLibrariesrulelibraries
void NXOpen::CAM::FeatureProcessBuilder::GetTemplate ( NXString activeTemplate,
NXString featureProcesTemplate 
)

Gets the template name and the feature process template
Created in NX7.5.0.



License requirements : ug_holemaking ("UG Holemaking")

Parameters:
activeTemplatethe template used
featureProcesTemplatethe feature process sub type used

Creates operations for a set of features based of the current setting of the builder.

Returns:
List with created operations,
Created in NX8.0.0.

License requirements : ug_holemaking ("UG Holemaking")
Parameters:
groupsThe feature groups
resultStatusResult status of creating processes.

Sets the way features are grouped in feature processes
Created in NX7.5.0.



License requirements : ug_holemaking ("UG Holemaking")

Parameters:
featureGroupingfeaturegrouping

Returns the name of the geometry location of the generated feature processes
Created in NX7.5.0.



License requirements : ug_holemaking ("UG Holemaking")

Parameters:
geometryLocationThe parent group
void NXOpen::CAM::FeatureProcessBuilder::SetRuleLibraries ( std::vector< NXString > &  ruleLibraries)

Sets the active rule libraries
Created in NX7.5.0.



License requirements : ug_holemaking ("UG Holemaking")

Parameters:
ruleLibrariesrulelibraries
void NXOpen::CAM::FeatureProcessBuilder::SetTemplate ( const NXString activeTemplate,
const NXString featureProcesTemplate 
)

Sets the active template name and the feature process template
Created in NX7.5.0.



License requirements : ug_holemaking ("UG Holemaking")

Parameters:
activeTemplatethe template used
featureProcesTemplatethe feature process sub type used

Sets the type of feature process creation
Created in NX7.5.0.



License requirements : ug_holemaking ("UG Holemaking")

Parameters:
typetype

Returns the type of feature process creation
Created in NX7.5.0.



License requirements : ug_holemaking ("UG Holemaking")


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