Class StandardViewsBuilder
Inheritance
System.Object
System.MarshalByRefObject
StandardViewsBuilder
Implements
System.Runtime.Remoting.Messaging.IMessageSink
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)
Assembly: NXOpen.dll
Syntax
public class StandardViewsBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
StandardViewsBuilder()
Declaration
protected StandardViewsBuilder()
Properties
Autoscale
Declaration
public bool Autoscale { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Coordinate
Declaration
public ViewCenterCoordinateBuilder Coordinate { get; }
Property Value
FirstCorner
Declaration
[Obsolete("Deprecated in NX6.0.2. Use the first corner of the multiple view placemnent builder instead")]
public ViewPlacementBuilder FirstCorner { get; }
Property Value
HiddenObjects
Declaration
public HiddenObjectsBuilder HiddenObjects { get; }
Property Value
LayoutType
Declaration
public StandardViewsBuilder.Type LayoutType { get; set; }
Property Value
MarginBetweenViews
Declaration
public double MarginBetweenViews { get; set; }
Property Value
Type |
Description |
System.Double |
|
MarginToBorder
Declaration
public double MarginToBorder { get; set; }
Property Value
Type |
Description |
System.Double |
|
MultipleViewPlacement
Declaration
public MultipleViewPlacementBuilder MultipleViewPlacement { get; }
Property Value
NonSectionedObjects
Declaration
public HiddenObjectsBuilder NonSectionedObjects { get; }
Property Value
Part
Declaration
public Part Part { get; set; }
Property Value
PlacementType
Declaration
[Obsolete("Deprecated in NX6.0.2. Use the type of the multiple view placement")]
public StandardViewsBuilder.Placement PlacementType { get; set; }
Property Value
Scale
Declaration
public ViewScaleBuilder Scale { get; }
Property Value
SecondaryComponents
Declaration
public DraftingComponentSelectionBuilder SecondaryComponents { get; }
Property Value
SecondCorner
Declaration
[Obsolete("Deprecated in NX6.0.2. Use the second corner of the multiple view placemnent builder instead")]
public ViewPlacementBuilder SecondCorner { get; }
Property Value
ViewPlacement
Declaration
[Obsolete("Deprecated in NX6.0.2. Use GetMultipleViewPlacement instead")]
public ViewPlacementBuilder ViewPlacement { get; }
Property Value
ViewStyle
Declaration
public ViewStyleBuilder ViewStyle { get; }
Property Value
ViewType
Declaration
public StandardViewsBuilder.View ViewType { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink