C# Class BuildingCoder.CmdSpaceAdjacency.Segment

Datei anzeigen Open project: jeremytammik/the_building_coder_samples

Public Methods

Method Description
DirectionTo ( Segment a ) : XYZ
Distance ( Segment a ) : double
Parallel ( Segment a ) : bool
Segment ( XYZ sp, XYZ ep, Space space ) : System
ToString ( ) : string

Method Details

DirectionTo() public method

public DirectionTo ( Segment a ) : XYZ
a Segment
return XYZ

Distance() public method

public Distance ( Segment a ) : double
a Segment
return double

Parallel() public method

public Parallel ( Segment a ) : bool
a Segment
return bool

Segment() public method

public Segment ( XYZ sp, XYZ ep, Space space ) : System
sp XYZ
ep XYZ
space Space
return System

ToString() public method

public ToString ( ) : string
return string