Class SketchSectionLineBuilder
Inheritance
SketchSectionLineBuilder
Assembly: NXOpen.dll
Syntax
public class SketchSectionLineBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
SketchSectionLineBuilder()
Declaration
protected SketchSectionLineBuilder()
Properties
AssociateToSketch
Declaration
public bool AssociateToSketch { get; set; }
Property Value
FoldedToggle
Declaration
public bool FoldedToggle { get; set; }
Property Value
ParentView
Declaration
public ParentViewBuilder ParentView { get; }
Property Value
ReverseDirection
Declaration
public bool ReverseDirection { get; set; }
Property Value
SectionLineType
Declaration
public SketchSectionLineBuilder.SectionLineTypes SectionLineType { get; set; }
Property Value
SectionType
Declaration
public SketchSectionLineBuilder.Type SectionType { get; set; }
Property Value
Settings
Declaration
public SectionLineSettingsBuilder Settings { get; }
Property Value
SketchSection
Declaration
public Section SketchSection { get; }
Property Value
SourceView
Declaration
public SelectDraftingView SourceView { get; }
Property Value
Methods
SetSketch(Sketch)
Declaration
public void SetSketch(Sketch sketch)
Parameters
Type |
Name |
Description |
Sketch |
sketch |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink