Class RodThicknessBuilder
Inheritance
RodThicknessBuilder
Assembly: NXOpen.dll
Syntax
public class RodThicknessBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
RodThicknessBuilder()
Declaration
protected RodThicknessBuilder()
Properties
BallDiameter
Declaration
[Obsolete("Deprecated in NX1953.0.0. This is for pre NX1953 usage, do not use this method. Instead use NXOpen.Features.RodThicknessBuilder.BallDiameterField.")]
public Expression BallDiameter { get; }
Property Value
BallDiameterField
Declaration
public ScalarFieldWrapper BallDiameterField { get; }
Property Value
BallsOption
Declaration
public RodThicknessBuilder.BallsOptions BallsOption { get; set; }
Property Value
BlendFactor
Declaration
public Expression BlendFactor { get; }
Property Value
BulkFaces
Declaration
public ScCollector BulkFaces { get; }
Property Value
FactorToRodDiameter
Declaration
public Expression FactorToRodDiameter { get; }
Property Value
IncreaseBallThickness
Declaration
public bool IncreaseBallThickness { get; set; }
Property Value
IncreaseRodThickness
Declaration
public bool IncreaseRodThickness { get; set; }
Property Value
LatticeBodies
Declaration
public ScCollector LatticeBodies { get; }
Property Value
MaxDistanceFromBulk
Declaration
public Expression MaxDistanceFromBulk { get; }
Property Value
MaxFactorForBallThickness
Declaration
public Expression MaxFactorForBallThickness { get; }
Property Value
MaxFactorForRodThickness
Declaration
public Expression MaxFactorForRodThickness { get; }
Property Value
ModifyBalls
Declaration
[Obsolete("Deprecated in NX1957.0.0. This is for pre NX1957 usage and do not use this property. Use NXOpen.Features.RodThicknessBuilder.BallsOption instead.")]
public bool ModifyBalls { get; set; }
Property Value
ModifyOption
Declaration
[Obsolete("Deprecated in NX1957.0.0. This is for pre NX1953 usage and do not use this property. Use NXOpen.Features.RodThicknessBuilder.BallsOption instead.")]
public RodThicknessBuilder.ModifyOptions ModifyOption { get; set; }
Property Value
ModifyRods
Declaration
public bool ModifyRods { get; set; }
Property Value
RodDiameter
Declaration
public ScalarFieldWrapper RodDiameter { get; }
Property Value
TessellationFactor
Declaration
public double TessellationFactor { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink