Class RevolveBuilder
Inheritance
RevolveBuilder
Assembly: NXOpen.dll
Syntax
public class RevolveBuilder : FeatureBuilder, IMessageSink, IComponentBuilder
Constructors
RevolveBuilder()
Declaration
protected RevolveBuilder()
Properties
Axis
Declaration
public Axis Axis { get; set; }
Property Value
BooleanOperation
Declaration
public BooleanOperation BooleanOperation { get; }
Property Value
FeatureOptions
Declaration
public FeatureOptions FeatureOptions { get; }
Property Value
Limits
Declaration
public Limits Limits { get; }
Property Value
Offset
Declaration
public FeatureOffset Offset { get; }
Property Value
Section
Declaration
public Section Section { get; set; }
Property Value
SmartVolumeProfile
Declaration
public SmartVolumeProfileBuilder SmartVolumeProfile { get; }
Property Value
Tolerance
Declaration
public double Tolerance { get; set; }
Property Value
Methods
SetEndLimitHelperPoint(double[])
Declaration
public void SetEndLimitHelperPoint(double[] endHelperPoint)
Parameters
Type |
Name |
Description |
double[] |
endHelperPoint |
|
SetStartLimitHelperPoint(double[])
Declaration
public void SetStartLimitHelperPoint(double[] startHelperPoint)
Parameters
Type |
Name |
Description |
double[] |
startHelperPoint |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink