Class EndPreparation
End preparation lockables for most builtin members types (such as beams and braces). These are convenience methods for looking up lockables normally found on ConnectionComponent.GetLockable
Inheritance
System.Object
EndPreparation
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: DesignData.SDS2.Model
Assembly: DesignData.SDS2.Model.dll
Syntax
public class EndPreparation
Properties
EndCutType
The end cut type for this end. This is a shortcut for getting the appropriate lockable from the connection component for this end.
Declaration
public LockableEndCutType EndCutType { get; set; }
Property Value
Type | Description |
---|---|
LockableEndCutType |
FlangeCutAngle
The flange cut angle for this end. This is a shortcut for getting the appropriate lockable from the connection component for this end.
Declaration
public LockableDouble FlangeCutAngle { get; set; }
Property Value
Type | Description |
---|---|
LockableDouble |
MomentConnectionWebSetback
The moment web setback for this end. This is a shortcut for getting the appropriate lockable from the connection component for this end.
Declaration
public LockableDouble MomentConnectionWebSetback { get; set; }
Property Value
Type | Description |
---|---|
LockableDouble |
WebCutAngle
The web cut angle for this end. This is a shortcut for getting the appropriate lockable from the connection component for this end.
Declaration
public LockableDouble WebCutAngle { get; set; }
Property Value
Type | Description |
---|---|
LockableDouble |
Methods
Dispose(Boolean)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |
Finalize()
Declaration
protected void Finalize()