Class AeroLighteningCutoutBuilder
Inheritance
System.Object
System.MarshalByRefObject
AeroLighteningCutoutBuilder
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.SheetMetal
Assembly: NXOpen.dll
Syntax
public class AeroLighteningCutoutBuilder : FeatureBuilder, IMessageSink, IComponentBuilder
Constructors
AeroLighteningCutoutBuilder()
Declaration
protected AeroLighteningCutoutBuilder()
Properties
Angle
Declaration
public Expression Angle { get; }
Property Value
Type | Description |
---|---|
Expression |
CheckClearance
Declaration
public bool CheckClearance { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Clearance
Declaration
public Expression Clearance { get; }
Property Value
Type | Description |
---|---|
Expression |
CornerRadius
Declaration
public Expression CornerRadius { get; }
Property Value
Type | Description |
---|---|
Expression |
CutoutProfile
Declaration
public Section CutoutProfile { get; }
Property Value
Type | Description |
---|---|
Section |
Diameter
Declaration
public Expression Diameter { get; }
Property Value
Type | Description |
---|---|
Expression |
DieRadius
Declaration
public Expression DieRadius { get; }
Property Value
Type | Description |
---|---|
Expression |
HoleCenter
Declaration
public Point HoleCenter { get; set; }
Property Value
Type | Description |
---|---|
Point |
HoleFace
Declaration
public SelectFace HoleFace { get; }
Property Value
Type | Description |
---|---|
SelectFace |
Length
Declaration
public Expression Length { get; }
Property Value
Type | Description |
---|---|
Expression |
ReverseBendDirection
Declaration
public bool ReverseBendDirection { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
StandardName
Declaration
public string StandardName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Type
Declaration
public AeroLighteningCutoutBuilder.Types Type { get; set; }
Property Value
Type | Description |
---|---|
AeroLighteningCutoutBuilder.Types |
Methods
GetStandards()
Declaration
public string[] GetStandards()
Returns
Type | Description |
---|---|
System.String[] |
Implements
System.Runtime.Remoting.Messaging.IMessageSink