Class PierceTaskBuilder
Inheritance
System.Object
System.MarshalByRefObject
PierceTaskBuilder
Implements
System.Runtime.Remoting.Messaging.IMessageSink
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)
Assembly: NXOpen.dll
Syntax
public class PierceTaskBuilder : FeatureBuilder, IMessageSink, IComponentBuilder
Constructors
PierceTaskBuilder()
Declaration
protected PierceTaskBuilder()
Properties
AngleTolerance
Declaration
public double AngleTolerance { get; set; }
Property Value
Type |
Description |
System.Double |
|
AssociatedObjects
Declaration
public SelectNXObjectList AssociatedObjects { get; }
Property Value
CamDirection
Declaration
public ILocation CamDirection { get; set; }
Property Value
CamType
Declaration
public PierceTaskBuilder.CamTypes CamType { get; set; }
Property Value
CenterPointOption
Declaration
public PierceTaskBuilder.CenterPointOptionTypes CenterPointOption { get; set; }
Property Value
CreateScrap
Declaration
public bool CreateScrap { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
DistanceTolerance
Declaration
public double DistanceTolerance { get; set; }
Property Value
Type |
Description |
System.Double |
|
FinishOperation
Declaration
public bool FinishOperation { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
LayoutFlange
Declaration
public bool LayoutFlange { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
PierceHoles
Declaration
public ScCollector PierceHoles { get; }
Property Value
PierceHolesList
Declaration
public PierceItemBuilderList PierceHolesList { get; }
Property Value
PrecisionType
Declaration
public PierceTaskBuilder.PrecisionTypes PrecisionType { get; set; }
Property Value
TipFeature
Declaration
public SelectFeature TipFeature { get; }
Property Value
TippedProduct
Declaration
public Feature TippedProduct { get; set; }
Property Value
TrimNewDieFace
Declaration
public bool TrimNewDieFace { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
WithoutWorkflowSheet
Declaration
public Body WithoutWorkflowSheet { get; set; }
Property Value
Methods
GetAssociativeObjects()
Declaration
public DisplayableObject[] GetAssociativeObjects()
Returns
GetCameraLayerAndXmlp(out String[])
Declaration
public string[] GetCameraLayerAndXmlp(out string[] xmlpData)
Parameters
Type |
Name |
Description |
System.String[] |
xmlpData |
|
Returns
Type |
Description |
System.String[] |
|
GetCameraNames()
Declaration
public string[] GetCameraNames()
Returns
Type |
Description |
System.String[] |
|
GetCameraViews()
Declaration
public View[] GetCameraViews()
Returns
GetDetails()
Declaration
public string[] GetDetails()
Returns
Type |
Description |
System.String[] |
|
GetPierceBounds(out DirectionOption)
Declaration
public IProfile[] GetPierceBounds(out DirectionOption direction)
Parameters
Returns
NewPierceHole(PierceItemBuilder.HoleShapeType)
Declaration
public PierceItemBuilder NewPierceHole(PierceItemBuilder.HoleShapeType holeShape)
Parameters
Returns
SetAssociativeObjects(DisplayableObject[])
Declaration
public void SetAssociativeObjects(DisplayableObject[] objects)
Parameters
SetCameraLayerAndXmlp(String[], String[])
Declaration
public void SetCameraLayerAndXmlp(string[] layerSettings, string[] xmlpData)
Parameters
Type |
Name |
Description |
System.String[] |
layerSettings |
|
System.String[] |
xmlpData |
|
SetCameraNames(String[])
Declaration
public void SetCameraNames(string[] strings)
Parameters
Type |
Name |
Description |
System.String[] |
strings |
|
SetCameraViews(View[])
Declaration
public void SetCameraViews(View[] objects)
Parameters
Type |
Name |
Description |
View[] |
objects |
|
SetDetails(String[])
Declaration
public void SetDetails(string[] strings)
Parameters
Type |
Name |
Description |
System.String[] |
strings |
|
SetPierceBounds(DirectionOption, IProfile[])
Declaration
public void SetPierceBounds(DirectionOption direction, IProfile[] profileEntries)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink