Class EditCornerBuilder
Inheritance
System.Object
System.MarshalByRefObject
EditCornerBuilder
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 EditCornerBuilder : FeatureBuilder, IMessageSink, IComponentBuilder
Constructors
EditCornerBuilder()
Declaration
protected EditCornerBuilder()
Properties
BendClosureType
Declaration
public EditCornerBuilder.BendClosureTypeOptions BendClosureType { get; set; }
Property Value
Type | Description |
---|---|
EditCornerBuilder.BendClosureTypeOptions |
CornerReliefType
Declaration
public EditCornerBuilder.CornerReliefTypeOptions CornerReliefType { get; set; }
Property Value
Type | Description |
---|---|
EditCornerBuilder.CornerReliefTypeOptions |
Diameter
Declaration
public Expression Diameter { get; }
Property Value
Type | Description |
---|---|
Expression |
OverlapRatio
Declaration
public Expression OverlapRatio { get; }
Property Value
Type | Description |
---|---|
Expression |
PlateClosureType
Declaration
public EditCornerBuilder.PlateClosureTypeOptions PlateClosureType { get; set; }
Property Value
Type | Description |
---|---|
EditCornerBuilder.PlateClosureTypeOptions |
PlateGap
Declaration
public Expression PlateGap { get; }
Property Value
Type | Description |
---|---|
Expression |
ReverseOverlap
Declaration
public bool ReverseOverlap { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
AddFacePair(Face, Face)
Declaration
public void AddFacePair(Face firstFace, Face secondFace)
Parameters
Type | Name | Description |
---|---|---|
Face | firstFace | |
Face | secondFace |
GetFacePair(Int32, out Face, out Face)
Declaration
public void GetFacePair(int index, out Face firstFace, out Face secondFace)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | |
Face | firstFace | |
Face | secondFace |
GetNumberOfFacePairs()
Declaration
public int GetNumberOfFacePairs()
Returns
Type | Description |
---|---|
System.Int32 |
RemoveFacePair(Face, Face)
Declaration
public void RemoveFacePair(Face firstFace, Face secondFace)
Parameters
Type | Name | Description |
---|---|---|
Face | firstFace | |
Face | secondFace |
Implements
System.Runtime.Remoting.Messaging.IMessageSink