Class SpringbackCompensationBuilder
Inheritance
SpringbackCompensationBuilder
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
CalculateMaxDeviation
Declaration
public bool CalculateMaxDeviation { get; set; }
Property Value
ConvexityDirection
Declaration
public Direction ConvexityDirection { get; set; }
Property Value
ConvexityEnabled
Declaration
public bool ConvexityEnabled { get; set; }
Property Value
CreateFacets
Declaration
public bool CreateFacets { get; set; }
Property Value
DefinedBy
Declaration
public SpringbackCompensationBuilder.DefinedByType DefinedBy { get; set; }
Property Value
Declaration
public double DeformationFactor { get; set; }
Property Value
Degree
Declaration
public SpringbackCompensationBuilder.DegreeType Degree { get; set; }
Property Value
DistanceTolerance
Declaration
public double DistanceTolerance { get; set; }
Property Value
Divisions
Declaration
public int Divisions { get; set; }
Property Value
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
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
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
SmoothingFactor
Declaration
public double SmoothingFactor { get; set; }
Property Value
SprungFacets
Declaration
public SelectFacetedBody SprungFacets { get; }
Property Value
SprungPointsFile
Declaration
public string SprungPointsFile { get; set; }
Property Value
StepSize
Declaration
public double StepSize { get; set; }
Property Value
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