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

Represents a NXOpen.Drawings.DetailView . More...

Inheritance diagram for NXOpen.Drawings.DetailViewBuilder:
NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  LabelOnParentType {
  None, Circle, Note, Label,
  Embedded, Boundary, LabelOnBoundary
}
 the display type for the label on parent More...
 
enum  Types {
  Undefined = -1, Circular, RectangleByCorners, RectangleByCenterAndCorner,
  Custom
}
 the type of boundary More...
 

Properties

unsafe bool Associative [get, set]
 Returns or sets the associative toggle If view is associative and set associative to false, the view will be converted to independent detail view. More...
 
unsafe NXOpen.Point BoundaryPoint1 [get, set]
 Returns or sets the first boundary point. More...
 
unsafe NXOpen.Point BoundaryPoint2 [get, set]
 Returns or sets the second boundary point. More...
 
unsafe
NXOpen.Drawings.HiddenObjectsBuilder 
HiddenObjects [get]
 Returns the list of objects to not show in the view More...
 
unsafe
NXOpen.Drawings.DetailViewBuilder.LabelOnParentType 
LabelOnParent [get, set]
 Returns or sets the label on parent More...
 
unsafe
NXOpen.Drawings.HiddenObjectsBuilder 
NonSectionedObjects [get]
 Returns the list of objects to not section in the view More...
 
unsafe
NXOpen.Drawings.ViewPlacementBuilder 
Origin [get]
 Returns the origin More...
 
unsafe
NXOpen.Drawings.ParentViewBuilder 
Parent [get]
 Returns the parent view More...
 
unsafe
NXOpen.Drawings.ViewScaleBuilder 
Scale [get]
 Returns the scale More...
 
unsafe
NXOpen.Drawings.DraftingComponentSelectionBuilder 
SecondaryComponents [get]
 Returns the list of secondary components in the view More...
 
unsafe
NXOpen.Drawings.ViewStyleBuilder 
Style [get]
 Returns the style More...
 
unsafe
NXOpen.Drawings.DetailViewBuilder.Types 
Type [get, set]
 Returns or sets the type 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.Drawings.DetailView .

This class is used to create and edit Detail Views

To create a new instance of this class, use NXOpen.Drawings.DraftingViewCollection.CreateDetailViewBuilder

Default values.

Property Value

Origin.AlignmentMethod

Infer

Origin.AlignmentOption

ToView

Scale.Denominator

1.0

Scale.Numerator

1.0

Scale.ScaleType

Ratio

SecondaryComponents.ObjectType

PrimaryGeometry

Style.ViewStyleGeneral.AngleSetting.Angle.Value

0

Style.ViewStyleGeneral.AngleSetting.Associative

0

Style.ViewStyleGeneral.AngleSetting.EvaluationPlane

DrawingSheet

Style.ViewStyleOrientation.HingeLine.ReverseDirection

false

Style.ViewStyleOrientation.HingeLine.VectorOption

Inferred

Style.ViewStyleOrientation.Ovt.AssociativeOrientation

0

Created in NX6.0.0

Member Enumeration Documentation

the display type for the label on parent

Enumerator
None 

No display

Circle 

Circular

Note 

Circular with a note

Label 

Circular with a label

Embedded 

Circular with a note embedded

Boundary 

The shape is the same as the boundary

LabelOnBoundary 

Boundary with a label

the type of boundary

Enumerator
Undefined 

For initial values

Circular 

Circular boundary

RectangleByCorners 

Rectangular boundary defined by two corners

RectangleByCenterAndCorner 

Rectangular boundary defined by the center and a corner

Custom 

Custom boundary (this should not be used unless the detail view already has a custom boundary

Property Documentation

unsafe bool NXOpen.Drawings.DetailViewBuilder.Associative
getset

Returns or sets the associative toggle If view is associative and set associative to false, the view will be converted to independent detail view.

Otherwise, this setting will have no effect

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.Point NXOpen.Drawings.DetailViewBuilder.BoundaryPoint1
getset

Returns or sets the first boundary point.

This is the center of the boundary for these types: NXOpen.Drawings.DetailViewBuilder.Types.Circular and NXOpen.Drawings.DetailViewBuilder.Types.RectangleByCenterAndCorner . This boundary point will be a null reference (Nothing in Visual Basic) for the type: NXOpen.Drawings.DetailViewBuilder.Types.Custom

Created in NX6.0.0

License requirements to get this property: None.

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

unsafe NXOpen.Point NXOpen.Drawings.DetailViewBuilder.BoundaryPoint2
getset

Returns or sets the second boundary point.

This is the point on the circle for the NXOpen.Drawings.DetailViewBuilder.Types.Circular and the corner point for the NXOpen.Drawings.DetailViewBuilder.Types.RectangleByCenterAndCorner . This boundary point will be a null reference (Nothing in Visual Basic) for the type: NXOpen.Drawings.DetailViewBuilder.Types.Custom

Created in NX6.0.0

License requirements to get this property: None.

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

unsafe NXOpen.Drawings.HiddenObjectsBuilder NXOpen.Drawings.DetailViewBuilder.HiddenObjects
get

Returns the list of objects to not show in the view

Created in NX6.0.0

License requirements: None.

unsafe NXOpen.Drawings.DetailViewBuilder.LabelOnParentType NXOpen.Drawings.DetailViewBuilder.LabelOnParent
getset

Returns or sets the label on parent

Created in NX6.0.0

License requirements to get this property: None.

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

unsafe NXOpen.Drawings.HiddenObjectsBuilder NXOpen.Drawings.DetailViewBuilder.NonSectionedObjects
get

Returns the list of objects to not section in the view

Created in NX6.0.0

License requirements: None.

unsafe NXOpen.Drawings.ViewPlacementBuilder NXOpen.Drawings.DetailViewBuilder.Origin
get

Returns the origin

Created in NX6.0.0

License requirements: None.

unsafe NXOpen.Drawings.ParentViewBuilder NXOpen.Drawings.DetailViewBuilder.Parent
get

Returns the parent view

Created in NX6.0.0

License requirements: None.

unsafe NXOpen.Drawings.ViewScaleBuilder NXOpen.Drawings.DetailViewBuilder.Scale
get

Returns the scale

Created in NX6.0.0

License requirements: None.

unsafe NXOpen.Drawings.DraftingComponentSelectionBuilder NXOpen.Drawings.DetailViewBuilder.SecondaryComponents
get

Returns the list of secondary components in the view

Created in NX11.0.0

License requirements: None.

unsafe NXOpen.Drawings.ViewStyleBuilder NXOpen.Drawings.DetailViewBuilder.Style
get

Returns the style

Created in NX6.0.0

License requirements: None.

unsafe NXOpen.Drawings.DetailViewBuilder.Types NXOpen.Drawings.DetailViewBuilder.Type
getset

Returns or sets the type

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