Class SolidPunchBuilder
Inheritance
System.Object
System.MarshalByRefObject
SolidPunchBuilder
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 SolidPunchBuilder : FeatureBuilder, IMessageSink, IComponentBuilder
Constructors
SolidPunchBuilder()
Declaration
protected SolidPunchBuilder()
Properties
AutoCentroid
Declaration
public bool AutoCentroid { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ConstantThickness
Declaration
public bool ConstantThickness { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
DieRadius
Declaration
public Expression DieRadius { get; }
Property Value
Type | Description |
---|---|
Expression |
FromCsys
Declaration
public CoordinateSystem FromCsys { get; set; }
Property Value
Type | Description |
---|---|
CoordinateSystem |
HideTool
Declaration
public bool HideTool { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IncludeRounding
Declaration
public bool IncludeRounding { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
InferThickness
Declaration
public bool InferThickness { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
PierceFaces
Declaration
public SelectFaceList PierceFaces { get; }
Property Value
Type | Description |
---|---|
SelectFaceList |
PunchRadius
Declaration
public Expression PunchRadius { get; }
Property Value
Type | Description |
---|---|
Expression |
TargetFace
Declaration
public SelectFace TargetFace { get; }
Property Value
Type | Description |
---|---|
SelectFace |
Thickness
Declaration
public Expression Thickness { get; }
Property Value
Type | Description |
---|---|
Expression |
ToCsys
Declaration
public CoordinateSystem ToCsys { get; set; }
Property Value
Type | Description |
---|---|
CoordinateSystem |
ToolBody
Declaration
public SelectBody ToolBody { get; }
Property Value
Type | Description |
---|---|
SelectBody |
Type
Declaration
public SolidPunchBuilder.Types Type { get; set; }
Property Value
Type | Description |
---|---|
SolidPunchBuilder.Types |
Implements
System.Runtime.Remoting.Messaging.IMessageSink