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