Class ViewProjectionBuilder
Inheritance
System.Object
System.MarshalByRefObject
ViewProjectionBuilder
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 ViewProjectionBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
ViewProjectionBuilder()
Declaration
protected ViewProjectionBuilder()
Properties
CurvePoints
Declaration
public Section CurvePoints { get; }
Property Value
Type | Description |
---|---|
Section |
CurveTypeEdges
Declaration
public ViewProjectionBuilder.CurveType CurveTypeEdges { get; set; }
Property Value
Type | Description |
---|---|
ViewProjectionBuilder.CurveType |
CurveTypePlane1
Declaration
public ViewProjectionBuilder.CurveType CurveTypePlane1 { get; set; }
Property Value
Type | Description |
---|---|
ViewProjectionBuilder.CurveType |
CurveTypePlane2
Declaration
public ViewProjectionBuilder.CurveType CurveTypePlane2 { get; set; }
Property Value
Type | Description |
---|---|
ViewProjectionBuilder.CurveType |
FromView
Declaration
public View FromView { get; set; }
Property Value
Type | Description |
---|---|
View |
Plane1
Declaration
public ViewProjectionPlaneBuilder Plane1 { get; }
Property Value
Type | Description |
---|---|
ViewProjectionPlaneBuilder |
Plane2
Declaration
public ViewProjectionPlaneBuilder Plane2 { get; }
Property Value
Type | Description |
---|---|
ViewProjectionPlaneBuilder |
ToViews
Declaration
public SelectDraftingViewList ToViews { get; }
Property Value
Type | Description |
---|---|
SelectDraftingViewList |
Type
Declaration
public ViewProjectionBuilder.Types Type { get; set; }
Property Value
Type | Description |
---|---|
ViewProjectionBuilder.Types |
Implements
System.Runtime.Remoting.Messaging.IMessageSink