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