Class PendulumPlacementBuilder
Inheritance
PendulumPlacementBuilder
Assembly: NXOpen.dll
Syntax
public class PendulumPlacementBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
PendulumPlacementBuilder()
Declaration
protected PendulumPlacementBuilder()
Properties
Angle
Declaration
public Expression Angle { get; }
Property Value
Color
Declaration
public NXColor Color { get; set; }
Property Value
Level
Declaration
public Expression Level { get; }
Property Value
Loading
Declaration
public string Loading { get; set; }
Property Value
Location
Declaration
public PendulumPlacementBuilder.LocationType Location { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
Offset
Declaration
public Expression Offset { get; }
Property Value
PendulumProfile
Declaration
public PendulumPlacementBuilder.PendulumProfileType PendulumProfile { get; set; }
Property Value
PositionMethod
Declaration
public PendulumPlacementBuilder.PositionMethodType PositionMethod { get; set; }
Property Value
Shift
Declaration
public Expression Shift { get; }
Property Value
ShowPendulum
Declaration
public bool ShowPendulum { get; set; }
Property Value
ShowPoint
Declaration
public bool ShowPoint { get; set; }
Property Value
Side
Declaration
public PendulumPlacementBuilder.SideType Side { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink