Property | Type | Description | |
---|---|---|---|
AnalyticalCatSet | List |
||
AnnoCatSet | List |
||
FamReport | List |
||
ModelCatSet | List |
Method | Description | |
---|---|---|
DocTitle ( ) : string |
Get the Document's Title without the RVT extension
|
|
FamiliesByCategory ( Category cat ) : List |
Get All Families based on Category
|
|
LogData ( string logText, |
||
OrganizeCategorySets ( ) : void |
Grab all the Current Documents Categories and Split them into 3 lists to match UI Tabs.
|
|
Report ( List |
Report Rows
|
|
SaveDataToCsv ( string filePath, List |
Save the Data to File
|
|
SaveFamDataToCsv ( string filePath ) : void |
Save Family Data to File
|
|
clsSettings ( ExternalCommandData cmd ) : System |
Method | Description | |
---|---|---|
Default3DView ( ) : View |
Gets a 3D View (Simplest View Form for all Categories)
|
public FamiliesByCategory ( Category cat ) : List |
||
cat | Category | Category Input |
return | List |
public LogData ( string logText, |
||
logText | string | |
ex | ||
return | void |
public SaveDataToCsv ( string filePath, List |
||
filePath | string | Where we going? |
cats | List |
List of Categories to Process |
return | void |
public SaveFamDataToCsv ( string filePath ) : void | ||
filePath | string | Where we going? |
return | void |
public clsSettings ( ExternalCommandData cmd ) : System | ||
cmd | ExternalCommandData | |
return | System |