NXOpen .NET Reference  12.0.0
Public Member Functions | List of all members
NXOpen.PDM.EffectivityTableBuilder Class Reference

Represents a builder class for effectivity configuration. More...

Inheritance diagram for NXOpen.PDM.EffectivityTableBuilder:
NXOpen.GeometricUtilities.IComponentBuilder

Public Member Functions

unsafe void GetEffectivityRows (out NXOpen.PDM.EffectivityTableRow[] effectivityRows)
 Gets the existing effectivity rows from effectivity table More...
 
unsafe
NXOpen.PDM.EffectivityTableRow 
CreateNewEffectivityRow ()
 Creates new effectivity row in NXOpen.PDM.EffectivityTableBuilder object More...
 
unsafe void AddEffectivityRow (NXOpen.PDM.EffectivityTableRow effectivityRow)
 Adds the given effectivity row to NXOpen.PDM.EffectivityTableBuilder More...
 
unsafe void RemoveEffectivityRows (NXOpen.PDM.EffectivityTableRow[] effectivityRows)
 Removes the given effectivity rows from NXOpen.PDM.EffectivityTableBuilder More...
 
unsafe void UpdateBuilderDetails (NXOpen.CollaborativeDesign cd, string validationBasisFormula, string[] effectivityFormulae)
 Updates this builder with new NXOpen.CollaborativeDesign , validation basis formula and effectivity formulae to edit. More...
 
unsafe void Commit ()
 Commit the modified effectivity rows More...
 
unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 

Detailed Description

Represents a builder class for effectivity configuration.

Created in NX9.0.0

Member Function Documentation

unsafe void NXOpen.PDM.EffectivityTableBuilder.AddEffectivityRow ( NXOpen.PDM.EffectivityTableRow  effectivityRow)

Adds the given effectivity row to NXOpen.PDM.EffectivityTableBuilder

Created in NX9.0.0

License requirements: nx_4gd_integration ("4th Generation Design")

Parameters
effectivityRow
unsafe void NXOpen.PDM.EffectivityTableBuilder.Commit ( )

Commit the modified effectivity rows

Created in NX9.0.0

License requirements: assemblies ("ASSEMBLIES MODULE")

unsafe NXOpen.PDM.EffectivityTableRow NXOpen.PDM.EffectivityTableBuilder.CreateNewEffectivityRow ( )

Creates new effectivity row in NXOpen.PDM.EffectivityTableBuilder object

Created in NX9.0.0

License requirements: nx_4gd_integration ("4th Generation Design")

Returns
newly created empty effectivity row
unsafe void NXOpen.PDM.EffectivityTableBuilder.GetEffectivityRows ( out NXOpen.PDM.EffectivityTableRow[]  effectivityRows)

Gets the existing effectivity rows from effectivity table

Created in NX9.0.0

License requirements: None.

Parameters
effectivityRows
unsafe void NXOpen.PDM.EffectivityTableBuilder.RemoveEffectivityRows ( NXOpen.PDM.EffectivityTableRow[]  effectivityRows)

Removes the given effectivity rows from NXOpen.PDM.EffectivityTableBuilder

Created in NX9.0.0

License requirements: nx_4gd_integration ("4th Generation Design")

Parameters
effectivityRowseffectivity rows to be removed
unsafe void NXOpen.PDM.EffectivityTableBuilder.UpdateBuilderDetails ( NXOpen.CollaborativeDesign  cd,
string  validationBasisFormula,
string[]  effectivityFormulae 
)

Updates this builder with new NXOpen.CollaborativeDesign , validation basis formula and effectivity formulae to edit.

Effectivity formulae will be validated against provided validation basis formula.

Created in NX9.0.0

License requirements: nx_4gd_integration ("4th Generation Design")

Parameters
cd
validationBasisFormula
effectivityFormulae
unsafe bool NXOpen.PDM.EffectivityTableBuilder.Validate ( )

Validate whether the inputs to the component are sufficient for commit to be called.

If the component is not in a state to commit then an exception is thrown. For example, if the component requires you to set some property, this method will throw an exception if you haven't set it. This method throws a not-yet-implemented NXException for some components.

Created in NX3.0.1

License requirements: None.

Returns
Was self validation successful

Implements NXOpen.GeometricUtilities.IComponentBuilder.


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