Class EditCrossSectionBuilder
Inheritance
System.Object
System.MarshalByRefObject
EditCrossSectionBuilder
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
Assembly: NXOpen.dll
Syntax
public class EditCrossSectionBuilder : FeatureBuilder, IMessageSink, IComponentBuilder
Constructors
EditCrossSectionBuilder()
Declaration
protected EditCrossSectionBuilder()
Properties
Face
Declaration
public ScCollector Face { get; }
Property Value
Type | Description |
---|---|
ScCollector |
FaceChangeOverflowBehavior
Declaration
public FaceChangeOverflowBehavior FaceChangeOverflowBehavior { get; }
Property Value
Type | Description |
---|---|
FaceChangeOverflowBehavior |
IncludeBlends
Declaration
public bool IncludeBlends { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IncludeHoles
Declaration
public bool IncludeHoles { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Plane
Declaration
public SelectISurface Plane { get; }
Property Value
Type | Description |
---|---|
SelectISurface |
SectionSketch
Declaration
public Sketch SectionSketch { get; set; }
Property Value
Type | Description |
---|---|
Sketch |
Methods
ChangeSectionCurve()
Declaration
public void ChangeSectionCurve()
CreateSectionCurve()
Declaration
public void CreateSectionCurve()
DeleteSectionSketch(Sketch)
Declaration
public void DeleteSectionSketch(Sketch sectionSketch)
Parameters
Type | Name | Description |
---|---|---|
Sketch | sectionSketch |
IncludeBlendFaces()
Declaration
public void IncludeBlendFaces()
IncludeHoleFaces()
Declaration
public void IncludeHoleFaces()
RecreateSectionCurve()
Declaration
public void RecreateSectionCurve()
RemoveData()
Declaration
public void RemoveData()
Implements
System.Runtime.Remoting.Messaging.IMessageSink