Class SectionDrawingBuilder
Inheritance
System.Object
System.MarshalByRefObject
SectionDrawingBuilder
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.Features.ShipDesign
Assembly: NXOpen.dll
Syntax
public class SectionDrawingBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
SectionDrawingBuilder()
Declaration
protected SectionDrawingBuilder()
Properties
DrawingPartList
Declaration
public DrawingPartBuilderList DrawingPartList { get; }
Property Value
Type | Description |
---|---|
DrawingPartBuilderList |
SectionsPerDrawing
Declaration
public SectionDrawingBuilder.SectionsPerDrawingOptions SectionsPerDrawing { get; set; }
Property Value
Type | Description |
---|---|
SectionDrawingBuilder.SectionsPerDrawingOptions |
ViewList
Declaration
public SectionViewBuilderList ViewList { get; }
Property Value
Type | Description |
---|---|
SectionViewBuilderList |
ViewsPerSheet
Declaration
public SectionDrawingBuilder.ViewsPerSheetOptions ViewsPerSheet { get; set; }
Property Value
Type | Description |
---|---|
SectionDrawingBuilder.ViewsPerSheetOptions |
ViewType
Declaration
public SectionDrawingBuilder.ViewTypeOptions ViewType { get; set; }
Property Value
Type | Description |
---|---|
SectionDrawingBuilder.ViewTypeOptions |
Methods
CreateDrawingPartBuilder(Part)
Declaration
public DrawingPartBuilder CreateDrawingPartBuilder(Part drawingPart)
Parameters
Type | Name | Description |
---|---|---|
Part | drawingPart |
Returns
Type | Description |
---|---|
DrawingPartBuilder |
CreateSectionViewBuilder()
Declaration
public SectionViewBuilder CreateSectionViewBuilder()
Returns
Type | Description |
---|---|
SectionViewBuilder |
FindFocusPlates(NXObject, SectionViewBuilder.DirectionOptions, Double, Double, Double)
Declaration
public NXObject[] FindFocusPlates(NXObject frame, SectionViewBuilder.DirectionOptions direction, double offset, double frontProximity, double backProximity)
Parameters
Type | Name | Description |
---|---|---|
NXObject | frame | |
SectionViewBuilder.DirectionOptions | direction | |
System.Double | offset | |
System.Double | frontProximity | |
System.Double | backProximity |
Returns
Type | Description |
---|---|
NXObject[] |
FindFocusPlates(NXObject, Double, Double, Double)
Declaration
public NXObject[] FindFocusPlates(NXObject frame, double offset, double frontProximity, double backProximity)
Parameters
Type | Name | Description |
---|---|---|
NXObject | frame | |
System.Double | offset | |
System.Double | frontProximity | |
System.Double | backProximity |
Returns
Type | Description |
---|---|
NXObject[] |
Implements
System.Runtime.Remoting.Messaging.IMessageSink