Gets or sets the angle of twist for the entities as they are swept along the path of this Sweep.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property TwistAngle As System.Double |
C# | |
---|
System.double TwistAngle {get; set;} |
JavaScript | |
---|
get_TwistAngle () : Number
put_TwistAngle (
NewVal : Number
)
|
COM native C++ | |
---|
HRESULT get_TwistAngle(
DOUBLE*Val
)
HRESULT put_TwistAngle(
DOUBLENewVal |
C++ | |
---|
DSRESULT get_TwistAngle (
double*Val
)
DSRESULT put_TwistAngle(
doubleNewVal
) |
Property Value
Angle of twist
See Also
Availability
DraftSight 2020 SP0