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

Represents a NXOpen.Annotations.OrdinateDimension builder More...

Inheritance diagram for NXOpen.Annotations.BaseOrdinateDimensionBuilder:
NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink NXOpen.Annotations.OrdinateDimensionBuilder NXOpen.Annotations.PmiOrdinateDimensionBuilder

Public Types

enum  Types { SingleDimension, MultipleDimension }
 the type of dimension being created More...
 

Properties

unsafe
NXOpen.Annotations.OrdinateMargin 
ActiveHorizontalMargin [get, set]
 Returns or sets the active horizontal margin(defined or inferred) where horizontal dimension will be automatically placed. More...
 
unsafe
NXOpen.Annotations.OrdinateMargin 
ActiveVerticalMargin [get, set]
 Returns or sets the active vertical margin(defined or inferred) where horizontal dimension will be automatically placed. More...
 
unsafe bool AllowDuplicates [get, set]
 Returns or sets the allow duplicates More...
 
unsafe
NXOpen.Annotations.AppendedTextBuilder 
AppendedText [get]
 Returns the appended text More...
 
unsafe
NXOpen.SelectDisplayableObjectList 
AutoAssociativities [get]
 Returns the auto ordinate associativities More...
 
unsafe
NXOpen.Annotations.OrdinateBaselineBuilder 
Baseline [get]
 Returns the baseline More...
 
unsafe NXOpen.Point3d HorizontalInferredMarginLocation [get, set]
 Returns or sets the horizontal inferred margin location More...
 
unsafe
NXOpen.SelectDisplayableObject 
Inherit [get]
 Returns the inherit More...
 
unsafe
NXOpen.SelectDisplayableObject 
OrdinateOrigin [get]
 Returns the ordinate origin More...
 
unsafe
NXOpen.Annotations.OriginBuilder 
Origin [get]
 Returns the origin More...
 
unsafe bool RespositionExisting [get, set]
 Returns or sets the resposition existing More...
 
unsafe
NXOpen.SelectDisplayableObject 
SecondAssociativities [get]
 Returns the second associativities More...
 
unsafe
NXOpen.Annotations.StyleBuilder 
Style [get]
 Returns the style More...
 
unsafe
NXOpen.Annotations.BaseOrdinateDimensionBuilder.Types 
Type [get, set]
 Returns or sets the type More...
 
unsafe NXOpen.Point3d VerticalInferredMarginLocation [get, set]
 Returns or sets the vertical inferred margin location More...
 
- Properties inherited from NXOpen.Builder
unsafe NXOpen.PreviewBuilder PreviewBuilder [get]
 Returns the preview builder subobject. 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

- 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...
 
- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Represents a NXOpen.Annotations.OrdinateDimension builder

This is an abstract class and cannot be instantiated.

Created in NX9.0.0

Member Enumeration Documentation

the type of dimension being created

Enumerator
SingleDimension 

singular dimension

MultipleDimension 

group or set of dimensions

Property Documentation

unsafe NXOpen.Annotations.OrdinateMargin NXOpen.Annotations.BaseOrdinateDimensionBuilder.ActiveHorizontalMargin
getset

Returns or sets the active horizontal margin(defined or inferred) where horizontal dimension will be automatically placed.

A margin can be created using NXOpen.Annotations.OrdinateMarginCollection . If a null reference (Nothing in Visual Basic), must set a HorizontalInferredMarginLocation which will be used to place dimension

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: drafting ("DRAFTING")

unsafe NXOpen.Annotations.OrdinateMargin NXOpen.Annotations.BaseOrdinateDimensionBuilder.ActiveVerticalMargin
getset

Returns or sets the active vertical margin(defined or inferred) where horizontal dimension will be automatically placed.

A margin can be created using NXOpen.Annotations.OrdinateMarginCollection . If a null reference (Nothing in Visual Basic), must set a VerticalInferredMarginLocation which will be used to place dimension

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: drafting ("DRAFTING")

unsafe bool NXOpen.Annotations.BaseOrdinateDimensionBuilder.AllowDuplicates
getset

Returns or sets the allow duplicates

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: drafting ("DRAFTING")

unsafe NXOpen.Annotations.AppendedTextBuilder NXOpen.Annotations.BaseOrdinateDimensionBuilder.AppendedText
get

Returns the appended text

Created in NX9.0.0

License requirements: None.

unsafe NXOpen.SelectDisplayableObjectList NXOpen.Annotations.BaseOrdinateDimensionBuilder.AutoAssociativities
get

Returns the auto ordinate associativities

Created in NX9.0.0

License requirements: None.

unsafe NXOpen.Annotations.OrdinateBaselineBuilder NXOpen.Annotations.BaseOrdinateDimensionBuilder.Baseline
get

Returns the baseline

Created in NX9.0.0

License requirements: None.

unsafe NXOpen.Point3d NXOpen.Annotations.BaseOrdinateDimensionBuilder.HorizontalInferredMarginLocation
getset

Returns or sets the horizontal inferred margin location

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: drafting ("DRAFTING")

unsafe NXOpen.SelectDisplayableObject NXOpen.Annotations.BaseOrdinateDimensionBuilder.Inherit
get

Returns the inherit

Created in NX9.0.0

License requirements: None.

unsafe NXOpen.SelectDisplayableObject NXOpen.Annotations.BaseOrdinateDimensionBuilder.OrdinateOrigin
get

Returns the ordinate origin

Created in NX9.0.0

License requirements: None.

unsafe NXOpen.Annotations.OriginBuilder NXOpen.Annotations.BaseOrdinateDimensionBuilder.Origin
get

Returns the origin

Created in NX9.0.0

License requirements: None.

unsafe bool NXOpen.Annotations.BaseOrdinateDimensionBuilder.RespositionExisting
getset

Returns or sets the resposition existing

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: drafting ("DRAFTING")

unsafe NXOpen.SelectDisplayableObject NXOpen.Annotations.BaseOrdinateDimensionBuilder.SecondAssociativities
get

Returns the second associativities

Created in NX9.0.0

License requirements: None.

unsafe NXOpen.Annotations.StyleBuilder NXOpen.Annotations.BaseOrdinateDimensionBuilder.Style
get

Returns the style

Created in NX9.0.0

License requirements: None.

unsafe NXOpen.Annotations.BaseOrdinateDimensionBuilder.Types NXOpen.Annotations.BaseOrdinateDimensionBuilder.Type
getset

Returns or sets the type

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: drafting ("DRAFTING")

unsafe NXOpen.Point3d NXOpen.Annotations.BaseOrdinateDimensionBuilder.VerticalInferredMarginLocation
getset

Returns or sets the vertical inferred margin location

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: drafting ("DRAFTING")


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