NXOpen .NET Reference  12.0.0
Public Member Functions | List of all members
NXOpen.CAM.Teaching Class Reference

Represents a Teaching Builder More...

Inheritance diagram for NXOpen.CAM.Teaching:
NXOpen.Builder NXOpen.GeometricUtilities.IComponentBuilder

Public Member Functions

unsafe void AddNewClass (string name, string packageName, string superName)
 Adds a new class More...
 
unsafe void RemoveClass (string name, string packageName)
 Removes a class More...
 
unsafe void RenameClass (string name, string packageName, string newName)
 Renames a class More...
 
unsafe void AddNewRule (string name)
 Adds a new rule More...
 
unsafe void RemoveRule ()
 Removes a rule More...
 
unsafe void RenameRule (string newName)
 Renames a rule More...
 
unsafe string GetRulePath ()
 Gets the selected rule path More...
 
unsafe void SetRulePath (string path)
 Sets the selected rule path More...
 
unsafe string GetRuleLibraryPath ()
 Gets the selected rule library path More...
 
unsafe void SetRuleLibraryPath (string path)
 Sets the selected rule library path More...
 
unsafe double GetRulePriority ()
 Gets the selected rule priority More...
 
unsafe void SetRulePriority (double priority)
 Sets the selected rule priority More...
 
unsafe string GetRuleCondition ()
 Gets the rule conditions More...
 
unsafe void SetRuleCondition (string condition)
 Sets the rule conditions 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...
 

Detailed Description

Represents a Teaching Builder

Abstract

Created in NX10.0.3

Member Function Documentation

unsafe void NXOpen.CAM.Teaching.AddNewClass ( string  name,
string  packageName,
string  superName 
)

Adds a new class

Created in NX10.0.3

License requirements: fbm_author ("FBM Author")

Parameters
name
packageName
superName
unsafe void NXOpen.CAM.Teaching.AddNewRule ( string  name)

Adds a new rule

Created in NX10.0.3

License requirements: fbm_author ("FBM Author")

Parameters
name
unsafe string NXOpen.CAM.Teaching.GetRuleCondition ( )

Gets the rule conditions

Created in NX10.0.3

License requirements: fbm_author ("FBM Author")

Returns
unsafe string NXOpen.CAM.Teaching.GetRuleLibraryPath ( )

Gets the selected rule library path

Created in NX10.0.3

License requirements: fbm_author ("FBM Author")

Returns
unsafe string NXOpen.CAM.Teaching.GetRulePath ( )

Gets the selected rule path

Created in NX10.0.3

License requirements: fbm_author ("FBM Author")

Returns
unsafe double NXOpen.CAM.Teaching.GetRulePriority ( )

Gets the selected rule priority

Created in NX10.0.3

License requirements: fbm_author ("FBM Author")

Returns
unsafe void NXOpen.CAM.Teaching.RemoveClass ( string  name,
string  packageName 
)

Removes a class

Created in NX10.0.3

License requirements: fbm_author ("FBM Author")

Parameters
name
packageName
unsafe void NXOpen.CAM.Teaching.RemoveRule ( )

Removes a rule

Created in NX10.0.3

License requirements: fbm_author ("FBM Author")

unsafe void NXOpen.CAM.Teaching.RenameClass ( string  name,
string  packageName,
string  newName 
)

Renames a class

Created in NX10.0.3

License requirements: fbm_author ("FBM Author")

Parameters
name
packageName
newName
unsafe void NXOpen.CAM.Teaching.RenameRule ( string  newName)

Renames a rule

Created in NX10.0.3

License requirements: fbm_author ("FBM Author")

Parameters
newName
unsafe void NXOpen.CAM.Teaching.SetRuleCondition ( string  condition)

Sets the rule conditions

Created in NX10.0.3

License requirements: fbm_author ("FBM Author")

Parameters
condition
unsafe void NXOpen.CAM.Teaching.SetRuleLibraryPath ( string  path)

Sets the selected rule library path

Created in NX10.0.3

License requirements: fbm_author ("FBM Author")

Parameters
path
unsafe void NXOpen.CAM.Teaching.SetRulePath ( string  path)

Sets the selected rule path

Created in NX10.0.3

License requirements: fbm_author ("FBM Author")

Parameters
path
unsafe void NXOpen.CAM.Teaching.SetRulePriority ( double  priority)

Sets the selected rule priority

Created in NX10.0.3

License requirements: fbm_author ("FBM Author")

Parameters
priority

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