Class FlangeTaskBuilder
Inheritance
System.Object
System.MarshalByRefObject
FlangeTaskBuilder
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 FlangeTaskBuilder : FeatureBuilder, IMessageSink, IComponentBuilder
Constructors
FlangeTaskBuilder()
Declaration
protected FlangeTaskBuilder()
Properties
AngleTolerance
Declaration
public double AngleTolerance { get; set; }
Property Value
Type |
Description |
System.Double |
|
CamDirection
Declaration
public ILocation CamDirection { get; set; }
Property Value
CamType
Declaration
public FlangeTaskBuilder.CamTypes CamType { get; set; }
Property Value
DisplayRotatedItems
Declaration
public bool DisplayRotatedItems { 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 |
|
PierceAndExtrude
Declaration
public bool PierceAndExtrude { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
PierceType
Declaration
public FlangeTaskBuilder.PierceTypes PierceType { get; set; }
Property Value
PointInRegion
Declaration
public Point PointInRegion { get; set; }
Property Value
SpringbackAngle
Declaration
public string SpringbackAngle { get; set; }
Property Value
Type |
Description |
System.String |
|
SpringbackType
Declaration
public FlangeTaskBuilder.SpringbackTypes SpringbackType { get; set; }
Property Value
TippedProduct
Declaration
public Feature TippedProduct { 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[] |
|
GetRegionBounds(out DirectionOption)
Declaration
public IProfile[] GetRegionBounds(out DirectionOption direction)
Parameters
Returns
GetShapeDetail()
Declaration
public Body[] GetShapeDetail()
Returns
GetShapeDetail(out DirectionOption)
Declaration
public IProfile[] GetShapeDetail(out DirectionOption direction)
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 |
|
SetRegionBounds(DirectionOption, IProfile[])
Declaration
public void SetRegionBounds(DirectionOption direction, IProfile[] profileEntries)
Parameters
SetShapeDetail(Body[])
Declaration
public void SetShapeDetail(Body[] bodies)
Parameters
Type |
Name |
Description |
Body[] |
bodies |
|
SetShapeDetail(DirectionOption, IProfile[])
Declaration
public void SetShapeDetail(DirectionOption direction, IProfile[] profileEntries)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink