Class SectionEditorBuilder
Inheritance
SectionEditorBuilder
Assembly: NXOpen.dll
Syntax
public class SectionEditorBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
SectionEditorBuilder()
Declaration
protected SectionEditorBuilder()
Properties
BackProximity
Declaration
public Expression BackProximity { get; }
Property Value
Denominator
Declaration
public int Denominator { get; set; }
Property Value
FrontProximity
Declaration
public Expression FrontProximity { get; }
Property Value
Numerator
Declaration
public int Numerator { get; set; }
Property Value
SectionRule
Declaration
[Obsolete("Deprecated in NX12.0.0. Use Features.ShipDesign.SectionViewBuilder.SectionRule() instead.")]
public SectionViewBuilder.SectionRuleOptions SectionRule { get; set; }
Property Value
SectionView
Declaration
public SectionViewBuilder SectionView { get; }
Property Value
ShipStructure
Declaration
public ShipStructureBuilder ShipStructure { get; }
Property Value
SymmetricalStructure
Declaration
[Obsolete("Deprecated in NX12.0.0. Use Features.ShipDesign.SectionViewBuilder.SymmetricalStructure() instead.")]
public SectionViewBuilder.SymmetricalStructureOptions SymmetricalStructure { get; set; }
Property Value
ViewList
Declaration
public SelectDraftingViewList ViewList { get; }
Property Value
Methods
FindFocusPlates(Plane)
Declaration
public NXObject[] FindFocusPlates(Plane sectionPlane)
Parameters
Type |
Name |
Description |
Plane |
sectionPlane |
|
Returns
FindFocusPlates(Point3d, Vector3d, double, double)
Declaration
public NXObject[] FindFocusPlates(Point3d origin, Vector3d normal, double frontProximity, double backProximity)
Parameters
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink