Class VentDrainHolePatternTubeDualTriangle
Just like VentDrainHolePatternTubeQuadTriangle, except only two triangles are cut out. One on the top left and bottom right, unless FlipCorners and then it's the other two corners
Inheritance
System.Object
VentDrainHolePatternTubeDualTriangle
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: DesignData.SDS2.Setup
Assembly: DesignData.SDS2.Setup.dll
Syntax
public class VentDrainHolePatternTubeDualTriangle : VentDrainHolePatternTube
Properties
FlipCorners
Flips which corners are clipped
Declaration
public bool FlipCorners { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
TriangleLegLength
The leg length of these clipped triangles. The triangles are at least isosceles and sometimes equilateral. With sides always equal along the tube walls.
Declaration
public double TriangleLegLength { get; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |
Overrides
Equals(Object)
Declaration
public override bool Equals(object other)
Parameters
Type | Name | Description |
---|---|---|
System.Object | other |
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 |