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

Represents ordinate dimension preferences More...

Inheritance diagram for NXOpen.Annotations.OrdinateDimensionPreferences:
NXOpen.TransientObject NXOpen.Utilities.NXRemotableObject IDisposable IMessageSink

Protected Member Functions

override void FreeResource ()
 Frees the object from memory. More...
 

Properties

unsafe bool AlignSymbolWithBaseline [get, set]
 Returns or sets the flag indicating whether to align the user defined symbol with the base line More...
 
unsafe bool DisplayZeroAtBaseline [get, set]
 Returns or sets the display zero at baseline flag. More...
 
unsafe double DoglegAngle [get, set]
 Returns or sets the dogleg angle More...
 
unsafe
NXOpen.Annotations.OrdinateDoglegCreationOption 
DoglegCreationOption [get, set]
 Returns or sets the dogleg creation option More...
 
unsafe
NXOpen.Annotations.OrdinateDoglegDefinition 
DoglegDefinition [get, set]
 Returns or sets the dogleg definition More...
 
unsafe double DoglegEndOffset [get, set]
 Returns or sets the dogleg end offset More...
 
unsafe double DoglegStartOffset [get, set]
 Returns or sets the dogleg start offset More...
 
unsafe double FirstMarginOffset [get, set]
 Returns or sets the first margin offset More...
 
unsafe
NXOpen.Annotations.OrdinateLineArrowDisplayOption 
LineArrowDisplayOption [get, set]
 Returns or sets the dimension line and arrow display option More...
 
unsafe double MarginSpacing [get, set]
 Returns or sets the spacing, the distance between margins More...
 
unsafe double NumberOfMargins [get, set]
 Returns or sets the number of margins More...
 
unsafe
NXOpen.Annotations.OrdinateOriginDisplayOption 
OriginDisplay [get, set]
 Returns or sets the origin display option More...
 
unsafe
NXOpen.Annotations.OrdinatePositiveDirection 
PositiveDirection [get, set]
 Returns or sets the positive direction More...
 
unsafe double SymbolAngle [get, set]
 Returns or sets the user defined symbol angle with baseline, if the symbol is not aligned with the baseline More...
 
unsafe double SymbolAspectRatio [get, set]
 Returns or sets the user defined symbol aspect ratio More...
 
unsafe double SymbolHeight [get, set]
 Returns or sets the user defined symbol height More...
 
unsafe double SymbolLength [get, set]
 Returns or sets the user defined symbol length More...
 
unsafe double SymbolScale [get, set]
 Returns or sets the user defined symbol scale More...
 
unsafe
NXOpen.Annotations.TextOrientation 
TextOrientation [get, set]
 Returns or sets the text orientation More...
 
unsafe double TextOrientationAngle [get, set]
 Returns or sets the angle if text orientation is NXOpen.Annotations.TextOrientation.ByAngle More...
 
unsafe string UserDefinedText [get, set]
 Returns or sets the user defined text, if the user defined symbol option is used to display the origin More...
 
- Properties inherited from NXOpen.TransientObject
IntPtr Handle [get]
 Handle of the internal object represented by 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

- Public Member Functions inherited from NXOpen.TransientObject
void Dispose ()
 Frees the object from memory. More...
 
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
new string ToString ()
 Returns a String that represents the current Object. More...
 

Detailed Description

Represents ordinate dimension preferences

Created in NX4.0.0

Member Function Documentation

override void NXOpen.Annotations.OrdinateDimensionPreferences.FreeResource ( )
inlineprotectedvirtual

Frees the object from memory.

After this method is called, it is illegal to use the object. In .NET, this method is automatically called when the object is deleted by the garbage collector.

Created in NX4.0.0

License requirements: None.

Implements NXOpen.TransientObject.

Property Documentation

unsafe bool NXOpen.Annotations.OrdinateDimensionPreferences.AlignSymbolWithBaseline
getset

Returns or sets the flag indicating whether to align the user defined symbol with the base line

Created in NX4.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.Annotations.OrdinateDimensionPreferences.DisplayZeroAtBaseline
getset

Returns or sets the display zero at baseline flag.

If this is true, then ordinate set will have zero text displayed at extension lines.

Created in NX12.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe double NXOpen.Annotations.OrdinateDimensionPreferences.DoglegAngle
getset

Returns or sets the dogleg angle

Created in NX4.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.Annotations.OrdinateDoglegCreationOption NXOpen.Annotations.OrdinateDimensionPreferences.DoglegCreationOption
getset

Returns or sets the dogleg creation option

Created in NX4.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.Annotations.OrdinateDoglegDefinition NXOpen.Annotations.OrdinateDimensionPreferences.DoglegDefinition
getset

Returns or sets the dogleg definition

Created in NX4.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe double NXOpen.Annotations.OrdinateDimensionPreferences.DoglegEndOffset
getset

Returns or sets the dogleg end offset

Created in NX4.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe double NXOpen.Annotations.OrdinateDimensionPreferences.DoglegStartOffset
getset

Returns or sets the dogleg start offset

Created in NX4.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe double NXOpen.Annotations.OrdinateDimensionPreferences.FirstMarginOffset
getset

Returns or sets the first margin offset

Created in NX4.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.Annotations.OrdinateLineArrowDisplayOption NXOpen.Annotations.OrdinateDimensionPreferences.LineArrowDisplayOption
getset

Returns or sets the dimension line and arrow display option

Created in NX4.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe double NXOpen.Annotations.OrdinateDimensionPreferences.MarginSpacing
getset

Returns or sets the spacing, the distance between margins

Created in NX4.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe double NXOpen.Annotations.OrdinateDimensionPreferences.NumberOfMargins
getset

Returns or sets the number of margins

Created in NX4.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.Annotations.OrdinateOriginDisplayOption NXOpen.Annotations.OrdinateDimensionPreferences.OriginDisplay
getset

Returns or sets the origin display option

Created in NX4.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.Annotations.OrdinatePositiveDirection NXOpen.Annotations.OrdinateDimensionPreferences.PositiveDirection
getset

Returns or sets the positive direction

Created in NX4.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe double NXOpen.Annotations.OrdinateDimensionPreferences.SymbolAngle
getset

Returns or sets the user defined symbol angle with baseline, if the symbol is not aligned with the baseline

Created in NX4.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe double NXOpen.Annotations.OrdinateDimensionPreferences.SymbolAspectRatio
getset

Returns or sets the user defined symbol aspect ratio

Created in NX4.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe double NXOpen.Annotations.OrdinateDimensionPreferences.SymbolHeight
getset

Returns or sets the user defined symbol height

Created in NX4.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe double NXOpen.Annotations.OrdinateDimensionPreferences.SymbolLength
getset

Returns or sets the user defined symbol length

Created in NX4.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe double NXOpen.Annotations.OrdinateDimensionPreferences.SymbolScale
getset

Returns or sets the user defined symbol scale

Created in NX4.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.Annotations.TextOrientation NXOpen.Annotations.OrdinateDimensionPreferences.TextOrientation
getset

Returns or sets the text orientation

Created in NX5.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe double NXOpen.Annotations.OrdinateDimensionPreferences.TextOrientationAngle
getset

Returns or sets the angle if text orientation is NXOpen.Annotations.TextOrientation.ByAngle

Created in NX5.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe string NXOpen.Annotations.OrdinateDimensionPreferences.UserDefinedText
getset

Returns or sets the user defined text, if the user defined symbol option is used to display the origin

Created in NX4.0.0

License requirements to get this property: None.

License requirements to set this property: None.


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