Class SectionViewBuilder
Inheritance
System.Object
System.MarshalByRefObject
SectionViewBuilder
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 SectionViewBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
SectionViewBuilder()
Declaration
protected SectionViewBuilder()
Properties
AdditionalStructures
Declaration
[Obsolete("Deprecated in NX11.0.0. Use Features.ShipDesign.ShipStructureBuilder.AdditionalStructures() instead.")]
public SelectNXObjectList AdditionalStructures { get; }
Property Value
BackProximity
Declaration
public double BackProximity { get; set; }
Property Value
Type |
Description |
System.Double |
|
DrawingName
Declaration
public string DrawingName { get; set; }
Property Value
Type |
Description |
System.String |
|
DrawingSheet
Declaration
public DrawingSheetBuilder DrawingSheet { get; set; }
Property Value
DrawingTemplate
Declaration
public DrawingTemplateBuilder DrawingTemplate { get; }
Property Value
FlipViewDirection
Declaration
public bool FlipViewDirection { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
FrontProximity
Declaration
public double FrontProximity { get; set; }
Property Value
Type |
Description |
System.Double |
|
HiddenObjects
Declaration
[Obsolete("Deprecated in NX11.0.0. Use Features.ShipDesign.ShipStructureBuilder.HiddenObjects() instead.")]
public SelectNXObjectList HiddenObjects { get; }
Property Value
Offset
Declaration
public double Offset { get; set; }
Property Value
Type |
Description |
System.Double |
|
PlaneType
Declaration
public SectionViewBuilder.PlaneTypes PlaneType { get; set; }
Property Value
SectionPlane
Declaration
public Plane SectionPlane { get; set; }
Property Value
SectionPlaneName
Declaration
public string SectionPlaneName { get; set; }
Property Value
Type |
Description |
System.String |
|
SectionRule
Declaration
public SectionViewBuilder.SectionRuleOptions SectionRule { get; set; }
Property Value
SelectFrame
Declaration
public SelectDatumPlaneList SelectFrame { get; }
Property Value
SheetScale
Declaration
public double SheetScale { get; set; }
Property Value
Type |
Description |
System.Double |
|
ShipStructure
Declaration
public ShipStructureBuilder ShipStructure { get; }
Property Value
SymmetricalStructure
Declaration
public SectionViewBuilder.SymmetricalStructureOptions SymmetricalStructure { get; set; }
Property Value
XPosition
Declaration
public double XPosition { get; set; }
Property Value
Type |
Description |
System.Double |
|
YPosition
Declaration
public double YPosition { get; set; }
Property Value
Type |
Description |
System.Double |
|
Methods
GetViewDirection()
Declaration
public SectionViewBuilder.DirectionOptions GetViewDirection()
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink