Class SketchSectionLineBuilder
Inheritance
System.Object
System.MarshalByRefObject
SketchSectionLineBuilder
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 SketchSectionLineBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
SketchSectionLineBuilder()
Declaration
protected SketchSectionLineBuilder()
Properties
AssociateToSketch
Declaration
public bool AssociateToSketch { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
FoldedToggle
Declaration
public bool FoldedToggle { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ParentView
Declaration
public ParentViewBuilder ParentView { get; }
Property Value
Type | Description |
---|---|
ParentViewBuilder |
ReverseDirection
Declaration
public bool ReverseDirection { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
SectionLineType
Declaration
public SketchSectionLineBuilder.SectionLineTypes SectionLineType { get; set; }
Property Value
Type | Description |
---|---|
SketchSectionLineBuilder.SectionLineTypes |
SectionType
Declaration
public SketchSectionLineBuilder.Type SectionType { get; set; }
Property Value
Type | Description |
---|---|
SketchSectionLineBuilder.Type |
Settings
Declaration
public SectionLineSettingsBuilder Settings { get; }
Property Value
Type | Description |
---|---|
SectionLineSettingsBuilder |
SketchSection
Declaration
public Section SketchSection { get; }
Property Value
Type | Description |
---|---|
Section |
SourceView
Declaration
public SelectDraftingView SourceView { get; }
Property Value
Type | Description |
---|---|
SelectDraftingView |
Methods
SetSketch(Sketch)
Declaration
public void SetSketch(Sketch sketch)
Parameters
Type | Name | Description |
---|---|---|
Sketch | sketch |
Implements
System.Runtime.Remoting.Messaging.IMessageSink