NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Types | Public Member Functions | Properties | List of all members
NXOpen.CAM.FeatureProcessBuilder Class Reference

The Create Feature Process Builder class creates operations and features groups More...

Inheritance diagram for NXOpen.CAM.FeatureProcessBuilder:
NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  FeatureGroupingType { AlwaysCreateNew, PerFeature, UseExisting }
 Determines how features are allocated to feature groups More...
 
enum  FeatureProcessType { RuleBased, TemplateBased, OperationSetBased }
 Type of creation More...
 

Public Member Functions

unsafe NXOpen.CAM.Operation[] CreateFeatureProcesses (NXOpen.CAM.CAMFeature[] features, out NXOpen.FeatureProcessBuilderStatus resultStatus)
 Creates operations for a set of features based of the current setting of the builder More...
 
unsafe string GetGeometryLocation ()
 Returns the name of the geometry location of the generated feature processes More...
 
unsafe void GetRuleLibraries (out string[] ruleLibraries)
 Gets the active rule libraries More...
 
unsafe void GetTemplate (out string activeTemplate, out string featureProcesTemplate)
 Gets the template name and the feature process template More...
 
unsafe NXOpen.CAM.Operation[] RecreateFeatureProcesses (NXOpen.CAM.FeatureGeometryGroup[] groups, out NXOpen.FeatureProcessBuilderStatus resultStatus)
 Creates operations for a set of features based of the current setting of the builder More...
 
unsafe void SetGeometryLocation (string geometryLocation)
 Returns the name of the geometry location of the generated feature processes More...
 
unsafe void SetRuleLibraries (string[] ruleLibraries)
 Sets the active rule libraries More...
 
unsafe void SetTemplate (string activeTemplate, string featureProcesTemplate)
 Sets the active template name and the feature process template More...
 
- Public Member Functions inherited from NXOpen.Builder
unsafe NXOpen.NXObject Commit ()
 Commits any edits that have been applied to the builder. More...
 
unsafe void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
unsafe NXOpen.NXObject[] GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
unsafe NXOpen.NXObject GetObject ()
 Returns the object currently being edited by this builder. More...
 
unsafe void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen.TaggedObject
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
override string ToString ()
 Returns a String that represents the current Object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Properties

unsafe
NXOpen.CAM.FeatureProcessBuilder.FeatureGroupingType 
FeatureGrouping [get, set]
 Returns or sets the way features are grouped in feature processes More...
 
unsafe
NXOpen.CAM.FeatureProcessBuilder.FeatureProcessType 
Type [get, set]
 Returns or sets the type of feature process creation More...
 
- Properties inherited from NXOpen.Builder
unsafe NXOpen.PreviewBuilder PreviewBuilder [get]
 Returns the preview builder subobject. More...
 
- Properties inherited from NXOpen.TaggedObject
Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

The Create Feature Process Builder class creates operations and features groups

To create a new instance of this class, use NXOpen.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
AlwaysCreateNew 

Always create a new feature group

PerFeature 

Create a feature group per feature

UseExisting 

Try to use existing feature groups

Type of creation

Enumerator
RuleBased 

Rule based operation creation

TemplateBased 

Template based operation creation

OperationSetBased 

Operation set based operation creation

Member Function Documentation

unsafe NXOpen.CAM.Operation [] NXOpen.CAM.FeatureProcessBuilder.CreateFeatureProcesses ( NXOpen.CAM.CAMFeature[]  features,
out NXOpen.FeatureProcessBuilderStatus  resultStatus 
)
inline

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

Created in NX7.5.0

License requirements: ug_holemaking ("UG Holemaking")

Parameters
featuresThe manufacturing features
Returns
List with created operations,
Parameters
resultStatusResult status of creating processes.
unsafe string NXOpen.CAM.FeatureProcessBuilder.GetGeometryLocation ( )
inline

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

Created in NX7.5.0

License requirements: ug_holemaking ("UG Holemaking")

Returns
The parent group
unsafe void NXOpen.CAM.FeatureProcessBuilder.GetRuleLibraries ( out string[]  ruleLibraries)
inline

Gets the active rule libraries

Created in NX7.5.0

License requirements: ug_holemaking ("UG Holemaking")

Parameters
ruleLibraries
unsafe void NXOpen.CAM.FeatureProcessBuilder.GetTemplate ( out string  activeTemplate,
out string  featureProcesTemplate 
)
inline

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
unsafe NXOpen.CAM.Operation [] NXOpen.CAM.FeatureProcessBuilder.RecreateFeatureProcesses ( NXOpen.CAM.FeatureGeometryGroup[]  groups,
out NXOpen.FeatureProcessBuilderStatus  resultStatus 
)
inline

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

Created in NX8.0.0

License requirements: ug_holemaking ("UG Holemaking")

Parameters
groupsThe feature groups
Returns
List with created operations,
Parameters
resultStatusResult status of creating processes.
unsafe void NXOpen.CAM.FeatureProcessBuilder.SetGeometryLocation ( string  geometryLocation)
inline

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
unsafe void NXOpen.CAM.FeatureProcessBuilder.SetRuleLibraries ( string[]  ruleLibraries)
inline

Sets the active rule libraries

Created in NX7.5.0

License requirements: ug_holemaking ("UG Holemaking")

Parameters
ruleLibraries
unsafe void NXOpen.CAM.FeatureProcessBuilder.SetTemplate ( string  activeTemplate,
string  featureProcesTemplate 
)
inline

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

Property Documentation

unsafe NXOpen.CAM.FeatureProcessBuilder.FeatureGroupingType NXOpen.CAM.FeatureProcessBuilder.FeatureGrouping
getset

Returns or sets the way features are grouped in feature processes

Created in NX7.5.0

License requirements to get this property: ug_holemaking ("UG Holemaking")

License requirements to set this property: ug_holemaking ("UG Holemaking")

unsafe NXOpen.CAM.FeatureProcessBuilder.FeatureProcessType NXOpen.CAM.FeatureProcessBuilder.Type
getset

Returns or sets the type of feature process creation

Created in NX7.5.0

License requirements to get this property: ug_holemaking ("UG Holemaking")

License requirements to set this property: ug_holemaking ("UG Holemaking")


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