Class SpringbackCompensationBuilder
Inheritance
System.Object
System.MarshalByRefObject
SpringbackCompensationBuilder
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 SpringbackCompensationBuilder : FeatureBuilder, IMessageSink, IComponentBuilder
Constructors
SpringbackCompensationBuilder()
Declaration
protected SpringbackCompensationBuilder()
Properties
AngleTolerance
Declaration
public double AngleTolerance { get; set; }
Property Value
Type |
Description |
System.Double |
|
CalculateMaxDeviation
Declaration
public bool CalculateMaxDeviation { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ConvexityDirection
Declaration
public Direction ConvexityDirection { get; set; }
Property Value
ConvexityEnabled
Declaration
public bool ConvexityEnabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
CreateFacets
Declaration
public bool CreateFacets { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
DefinedBy
Declaration
public SpringbackCompensationBuilder.DefinedByType DefinedBy { get; set; }
Property Value
Declaration
public double DeformationFactor { get; set; }
Property Value
Type |
Description |
System.Double |
|
Degree
Declaration
public SpringbackCompensationBuilder.DegreeType Degree { get; set; }
Property Value
DistanceTolerance
Declaration
public double DistanceTolerance { get; set; }
Property Value
Type |
Description |
System.Double |
|
Divisions
Declaration
public int Divisions { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
DrawVector
Declaration
public Direction DrawVector { get; set; }
Property Value
InnerCurve
Declaration
public Section InnerCurve { get; }
Property Value
Declaration
public bool IsGlobalDeformation { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
OneStep
Declaration
public SelectFeature OneStep { get; }
Property Value
OuterCurve
Declaration
public Section OuterCurve { get; }
Property Value
ProductFacets
Declaration
public SelectFacetedBody ProductFacets { get; }
Property Value
ProductPointsFile
Declaration
public string ProductPointsFile { get; set; }
Property Value
Type |
Description |
System.String |
|
ProductSheet
Declaration
public SelectBody ProductSheet { get; }
Property Value
ResultType
Declaration
public SpringbackCompensationBuilder.ResultSheetType ResultType { get; set; }
Property Value
ShapeValue
Declaration
public double ShapeValue { get; set; }
Property Value
Type |
Description |
System.Double |
|
SmoothingFactor
Declaration
public double SmoothingFactor { get; set; }
Property Value
Type |
Description |
System.Double |
|
SprungFacets
Declaration
public SelectFacetedBody SprungFacets { get; }
Property Value
SprungPointsFile
Declaration
public string SprungPointsFile { get; set; }
Property Value
Type |
Description |
System.String |
|
StepSize
Declaration
public double StepSize { get; set; }
Property Value
Type |
Description |
System.Double |
|
Methods
GetProductPoints(out Point3d[])
Declaration
public void GetProductPoints(out Point3d[] productPoints)
Parameters
Type |
Name |
Description |
Point3d[] |
productPoints |
|
GetSprungPoints(out Point3d[])
Declaration
public void GetSprungPoints(out Point3d[] sprungPoints)
Parameters
Type |
Name |
Description |
Point3d[] |
sprungPoints |
|
SetProductPoints(Point3d[])
Declaration
public void SetProductPoints(Point3d[] productPoints)
Parameters
Type |
Name |
Description |
Point3d[] |
productPoints |
|
SetSprungPoints(Point3d[])
Declaration
public void SetSprungPoints(Point3d[] sprungPoints)
Parameters
Type |
Name |
Description |
Point3d[] |
sprungPoints |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink