Class ConeBuilder
Assembly: NXOpen.dll
Syntax
public class ConeBuilder : FeatureBuilder, IMessageSink, IComponentBuilder
Constructors
ConeBuilder()
Declaration
Properties
Axis
Declaration
public Axis Axis { get; set; }
Property Value
BaseArc
Declaration
public SelectICurve BaseArc { get; }
Property Value
BaseDiameter
Declaration
public Expression BaseDiameter { get; }
Property Value
BooleanOption
Declaration
public BooleanOperation BooleanOption { get; }
Property Value
HalfAngle
Declaration
public Expression HalfAngle { get; }
Property Value
Height
Declaration
public Expression Height { get; }
Property Value
ParentAssociativity
Declaration
public bool ParentAssociativity { get; set; }
Property Value
TopArc
Declaration
public SelectICurve TopArc { get; }
Property Value
TopDiameter
Declaration
public Expression TopDiameter { get; }
Property Value
Type
Declaration
public ConeBuilder.Types Type { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink