Class TOOLS constains system properties and settings; productivity tools More...
Public Member Functions | |
List< object > | GetPlaces (IList Places, double X, double Y, double Z) |
Return all places from the list which has given coordinates More... | |
List< object > | GetPlaces (IList Places, double X, double Y, double Z, int Precision) |
Return all places from the list which has given coordinates More... | |
Public Attributes | |
double | PI = Math.PI |
π = 3.14159265359 More... | |
double | E = Math.E |
Eulers constant e = 2.71828... More... | |
double | NaN = double.NaN |
NotAnyNumber More... | |
Properties | |
string | Dir_PublicDocs [get] |
Path to the DesignForms's folder in Windows public documents More... | |
string | Dir_UserDocs [get] |
Path to the DesignForms's folder in Windows user documents More... | |
string | Dir_CustomLibrary [get] |
Path to the DesignForms's CustomLibraries folder More... | |
string | Dir_Forms [get] |
/// Path to the DesignForms's forms folder More... | |
string | Dir_FormsNADs [get] |
Path to the DesignForms's folder in Windows public documents More... | |
string | CLC_Dir [get] |
Parent folder of current MasterCLC More... | |
string | CLC_FullPath [get] |
Full path to the current MasterCLC More... | |
Class TOOLS constains system properties and settings; productivity tools
List<object> GetPlaces | ( | IList | Places, |
double | X, | ||
double | Y, | ||
double | Z | ||
) |
Return all places from the list which has given coordinates
Places | List of Places (e.g. IO.Beam.Section) |
X | X-coordinate of the Place |
Y | Y-coordinate of the Place |
Z | Z-coordinate of the Place |
List<object> GetPlaces | ( | IList | Places, |
double | X, | ||
double | Y, | ||
double | Z, | ||
int | Precision | ||
) |
Return all places from the list which has given coordinates
Places | List of Places (e.g. IO.Beam.Section) |
X | X-coordinate of the Place |
Y | Y-coordinate of the Place |
Z | Z-coordinate of the Place |
Precision | Precision used for comparing numeric values (default value = 4) |
double E = Math.E |
Eulers constant e = 2.71828...
double NaN = double.NaN |
NotAnyNumber
double PI = Math.PI |
π = 3.14159265359
|
get |
Parent folder of current MasterCLC
|
get |
Full path to the current MasterCLC
|
get |
Path to the DesignForms's CustomLibraries folder
|
get |
/// Path to the DesignForms's forms folder
|
get |
Path to the DesignForms's folder in Windows public documents
|
get |
Path to the DesignForms's folder in Windows public documents
|
get |
Path to the DesignForms's folder in Windows user documents