Class DrawingViewBuilder
Inheritance
System.Object
System.MarshalByRefObject
DrawingViewBuilder
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.Drawings
Assembly: NXOpen.dll
Syntax
public class DrawingViewBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
DrawingViewBuilder()
Declaration
protected DrawingViewBuilder()
Properties
CenterCoordinate
Declaration
public ViewCenterCoordinateBuilder CenterCoordinate { get; }
Property Value
Type | Description |
---|---|
ViewCenterCoordinateBuilder |
MultipleViewPlacement
Declaration
public MultipleViewPlacementBuilder MultipleViewPlacement { get; }
Property Value
Type | Description |
---|---|
MultipleViewPlacementBuilder |
Scale
Declaration
public ViewScaleBuilder Scale { get; }
Property Value
Type | Description |
---|---|
ViewScaleBuilder |
TwodOrientation
Declaration
public View2dOrientBuilder TwodOrientation { get; }
Property Value
Type | Description |
---|---|
View2dOrientBuilder |
ViewBoundary
Declaration
[Obsolete("Deprecated in NX6.0.2. Use Drawings.DrawingViewBuilder.MultipleViewPlacement")]
public ViewBoundaryBuilder ViewBoundary { get; }
Property Value
Type | Description |
---|---|
ViewBoundaryBuilder |
ViewPlacement
Declaration
[Obsolete("Deprecated in NX6.0.2. Use Drawings.DrawingViewBuilder.MultipleViewPlacement")]
public ViewPlacementBuilder ViewPlacement { get; }
Property Value
Type | Description |
---|---|
ViewPlacementBuilder |
ViewStyle
Declaration
public ViewStyleBuilder ViewStyle { get; }
Property Value
Type | Description |
---|---|
ViewStyleBuilder |
Implements
System.Runtime.Remoting.Messaging.IMessageSink