C# Class Case.ParallelWalls.Data.clsVectors

Class clsVectors.
Show file Open project: WeConnect/case-apps Class Usage Examples

Private Properties

Property Type Description
CreateRotationAxis void
GetDeltaAngle void
GetOriginalAngles void
NegativeAngleTest void

Public Methods

Method Description
clsVectors ( Element refElement, Wall wall ) : System

Initializes a new instance of the clsVectors class.

Private Methods

Method Description
CreateRotationAxis ( ) : void

Creates the rotation axis.

GetDeltaAngle ( ) : void

Gets the delta angle.

GetOriginalAngles ( ) : void

Gets the original angles.

NegativeAngleTest ( ) : void

Negatives the angle test.

Method Details

clsVectors() public method

Initializes a new instance of the clsVectors class.
No Locations were found.
public clsVectors ( Element refElement, Wall wall ) : System
refElement Element The reference element.
wall Wall The wall.
return System