Class StandardViewsBuilder
Inheritance
StandardViewsBuilder
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
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
MarginToBorder
Declaration
public double MarginToBorder { get; set; }
Property Value
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
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
SecondaryComponents
Declaration
public DraftingComponentSelectionBuilder SecondaryComponents { 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