Class DiscreteDrivetrainLayoutBuilder
Inheritance
DiscreteDrivetrainLayoutBuilder
Assembly: NXOpen.dll
Syntax
public class DiscreteDrivetrainLayoutBuilder : MotionBuilder, IMessageSink, IComponentBuilder
Constructors
DiscreteDrivetrainLayoutBuilder()
Declaration
protected DiscreteDrivetrainLayoutBuilder()
Properties
AddTensioner
Declaration
public bool AddTensioner { get; set; }
Property Value
Attachment
Declaration
public LinkAttachmentData Attachment { get; }
Property Value
LayoutType
Declaration
public DiscreteDrivetrainLayoutBuilder.LayoutTypeOption LayoutType { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
NumTeeth
Declaration
public Expression NumTeeth { get; }
Property Value
PathSide
Declaration
public DiscreteDrivetrainLayoutBuilder.PathSideOption PathSide { get; set; }
Property Value
PivotPoint
Declaration
public Point PivotPoint { get; set; }
Property Value
Radius
Declaration
public Expression Radius { get; }
Property Value
Sketch
Declaration
public SelectNXObject Sketch { get; }
Property Value
SliderDirection
Declaration
public Direction SliderDirection { get; set; }
Property Value
TensionerType
Declaration
public DiscreteDrivetrainLayoutBuilder.TensionerTypeOption TensionerType { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink