Class PierceItemBuilder
Inheritance
PierceItemBuilder
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
PunchDiameter
Declaration
public Expression PunchDiameter { get; }
Property Value
PunchLength
Declaration
public Expression PunchLength { get; }
Property Value
PunchRadius
Declaration
public Expression PunchRadius { get; }
Property Value
PunchWidth
Declaration
public Expression PunchWidth { get; }
Property Value
ReferenceVector
Declaration
public ILocation ReferenceVector { get; set; }
Property Value
SizingMethod
Declaration
public PierceItemBuilder.SizingMethodOption SizingMethod { get; set; }
Property Value
Methods
GetPierceObjects()
Declaration
public IProfile[] GetPierceObjects()
Returns
SetPierceObjects(IProfile[])
Declaration
public void SetPierceObjects(IProfile[] objects)
Parameters
Type |
Name |
Description |
IProfile[] |
objects |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink