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

More...

Inheritance diagram for NXOpen.Annotations.DrivingValueBuilder:
NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

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

Public Member Functions

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 double DimensionValue [get, set]
 Returns or sets the value of dimension without expression More...
 
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 to get or set the driving value or the expression name. More...
 
unsafe bool Reference [get, set]
 Returns or sets the reference dimension toggle used to create the dimension as reference instead of driving. 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

Created in NX9.0.0

Member Enumeration Documentation

the driving expression mode

Enumerator
MeasureGeometry 
KeepExpression 

the driving value method

Enumerator
Inferred 
Driving 
Reference 
Constant 

Member Function Documentation

unsafe bool NXOpen.Annotations.DrivingValueBuilder.Validate ( )
inline

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 double NXOpen.Annotations.DrivingValueBuilder.DimensionValue
getset

Returns or sets the value of dimension without expression

Created in NX1899.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.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

Deprecated in NX1847.0.0. Use NXOpen.Annotations.DrivingValueBuilder.ExpressionValue to get the expression.

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 to get or set the driving value or the expression name.

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 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.