Class MiscellaneousTurnbuckle
A member with a single turnbuckle material
Inherited Members
Namespace: DesignData.SDS2.Model
Assembly: DesignData.SDS2.Model.dll
Syntax
public sealed class MiscellaneousTurnbuckle : Miscellaneous
Constructors
MiscellaneousTurnbuckle()
Create a new turnbuckle member
Declaration
public MiscellaneousTurnbuckle()
Properties
LeftThreadType
Thread direction of the left end.
Declaration
public ThreadType LeftThreadType { get; set; }
Property Value
Type | Description |
---|---|
ThreadType |
RightThreadType
Thread direction of the right end.
Declaration
public ThreadType RightThreadType { get; set; }
Property Value
Type | Description |
---|---|
ThreadType |
Shape
The shape for this turnbuckle, must be a TurnbuckleShape.
Declaration
public TurnbuckleShape Shape { get; set; }
Property Value
Type | Description |
---|---|
TurnbuckleShape |
Remarks
This is distinct from MemberBrief.Shape, it stores the value in a different place and so that property will continue to have a different value. That's why this hides that property
Methods
Dispose(bool)
A member with a single turnbuckle material
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
bool | disposing |