Class PierceItemBuilder
Inheritance
System.Object
System.MarshalByRefObject
PierceItemBuilder
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.Die
Assembly: NXOpen.dll
Syntax
public class PierceItemBuilder : NXObject, IMessageSink, INXObject
Constructors
PierceItemBuilder()
Declaration
protected PierceItemBuilder()
Properties
HoleShape
Declaration
public PierceItemBuilder.HoleShapeType HoleShape { get; set; }
Property Value
| Type | Description |
|---|---|
| PierceItemBuilder.HoleShapeType |
PunchDiameter
Declaration
public Expression PunchDiameter { get; }
Property Value
| Type | Description |
|---|---|
| Expression |
PunchLength
Declaration
public Expression PunchLength { get; }
Property Value
| Type | Description |
|---|---|
| Expression |
PunchRadius
Declaration
public Expression PunchRadius { get; }
Property Value
| Type | Description |
|---|---|
| Expression |
PunchWidth
Declaration
public Expression PunchWidth { get; }
Property Value
| Type | Description |
|---|---|
| Expression |
ReferenceVector
Declaration
public ILocation ReferenceVector { get; set; }
Property Value
| Type | Description |
|---|---|
| ILocation |
SizingMethod
Declaration
public PierceItemBuilder.SizingMethodOption SizingMethod { get; set; }
Property Value
| Type | Description |
|---|---|
| PierceItemBuilder.SizingMethodOption |
Methods
GetPierceObjects()
Declaration
public IProfile[] GetPierceObjects()
Returns
| Type | Description |
|---|---|
| IProfile[] |
SetPierceObjects(IProfile[])
Declaration
public void SetPierceObjects(IProfile[] objects)
Parameters
| Type | Name | Description |
|---|---|---|
| IProfile[] | objects |
Implements
System.Runtime.Remoting.Messaging.IMessageSink