NXOpen .NET Reference  12.0.0
Public Types | Public Member Functions | Properties | List of all members
NXOpen.Annotations.DrivingValueBuilder Class Reference

More...

Inheritance diagram for NXOpen.Annotations.DrivingValueBuilder:
NXOpen.GeometricUtilities.IComponentBuilder

Public Types

enum  DrivingValueMethod { Inferred, Driving, Reference }
 the driving value method More...
 
enum  DrivingExpressionMode { MeasureGeometry, KeepExpression }
 the driving expression mode More...
 

Public Member Functions

unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 

Properties

unsafe
NXOpen.Annotations.DrivingValueBuilder.DrivingValueMethod 
DrivingMethod [get, set]
 Returns or sets the driving method More...
 
unsafe
NXOpen.Annotations.DrivingValueBuilder.DrivingExpressionMode 
ExpressionMode [get, set]
 Returns or sets the expression mode More...
 
unsafe string ExpressionName [get, set]
 Returns or sets the expression name More...
 
unsafe NXOpen.Expression ExpressionValue [get]
 Returns the expression value More...
 
unsafe bool Reference [get, set]
 Returns or sets the reference dimension toggle used to create the dimension as reference instead of driving. More...
 

Detailed Description

Created in NX9.0.0

Member Enumeration Documentation

the driving expression mode

Enumerator
MeasureGeometry 
KeepExpression 

the driving value method

Enumerator
Inferred 
Driving 
Reference 

Member Function Documentation

unsafe bool NXOpen.Annotations.DrivingValueBuilder.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.

Property Documentation

unsafe NXOpen.Annotations.DrivingValueBuilder.DrivingValueMethod NXOpen.Annotations.DrivingValueBuilder.DrivingMethod
getset

Returns or sets the driving method

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: solid_modeling ("SOLIDS MODELING") OR drafting ("DRAFTING") OR geometric_tol ("GDT")

unsafe NXOpen.Annotations.DrivingValueBuilder.DrivingExpressionMode NXOpen.Annotations.DrivingValueBuilder.ExpressionMode
getset

Returns or sets the expression mode

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: solid_modeling ("SOLIDS MODELING") OR drafting ("DRAFTING") OR geometric_tol ("GDT")

unsafe string NXOpen.Annotations.DrivingValueBuilder.ExpressionName
getset

Returns or sets the expression name

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: solid_modeling ("SOLIDS MODELING") OR drafting ("DRAFTING") OR geometric_tol ("GDT")

unsafe NXOpen.Expression NXOpen.Annotations.DrivingValueBuilder.ExpressionValue
get

Returns the expression value

Created in NX9.0.0

License requirements: None.

unsafe bool NXOpen.Annotations.DrivingValueBuilder.Reference
getset

Returns or sets the reference dimension toggle used to create the dimension as reference instead of driving.

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: solid_modeling ("SOLIDS MODELING") OR drafting ("DRAFTING") OR geometric_tol ("GDT")


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