Class GeneralArrangementViewBuilder
Inheritance
System.Object
System.MarshalByRefObject
GeneralArrangementViewBuilder
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 GeneralArrangementViewBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
GeneralArrangementViewBuilder()
Declaration
protected GeneralArrangementViewBuilder()
Properties
Decks
Declaration
public DeckListBuilder Decks { get; }
Property Value
DrawingSheet
Declaration
public DrawingSheet DrawingSheet { get; set; }
Property Value
EndFrame
Declaration
public NXObject EndFrame { get; set; }
Property Value
InheritedPMISource
Declaration
public GeneralArrangementViewBuilder.InheritedPMISourceOption InheritedPMISource { get; set; }
Property Value
Placement
Declaration
public ViewPlacementBuilder Placement { get; }
Property Value
Scale
Declaration
public double Scale { get; set; }
Property Value
Type |
Description |
System.Double |
|
SelectedModelView
Declaration
public SelectModelingViewList SelectedModelView { get; }
Property Value
SelectStructures
Declaration
public SelectStructuresBuilder SelectStructures { get; }
Property Value
SourcePart
Declaration
public TaggedObject SourcePart { get; set; }
Property Value
StartFrame
Declaration
public NXObject StartFrame { get; set; }
Property Value
ViewCreation
Declaration
public GeneralArrangementViewBuilder.ViewCreationType ViewCreation { get; set; }
Property Value
ViewDirection
Declaration
public GeneralArrangementViewBuilder.ViewDirectionType ViewDirection { get; set; }
Property Value
ViewName
Declaration
public string ViewName { get; set; }
Property Value
Type |
Description |
System.String |
|
ViewType
Declaration
public string ViewType { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
SetViewPosition(Double, Double)
Declaration
public void SetViewPosition(double xPosition, double yPosition)
Parameters
Type |
Name |
Description |
System.Double |
xPosition |
|
System.Double |
yPosition |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink