Beaver Namespce
Overview
Classes
| Name | Description |
|---|---|
ISTEPTypeDesc |
The ISTEPTypeDesc defines a type description along with the STEP specification. |
ISTEPTypeDescs |
The ISTEPTypeDescs defines a container of the ISTEPTypeDesc. |
ISTEPAttrDesc |
The ISTEPAttrDesc defines an attribute description along with the STEP specification. |
ISTEPAttrDescs |
The ISTEPAttrDescs defines a container of the ISTEPAttrDesc. |
ISTEPEntity |
The ISTEPEntity defines an entity description along with the STEP specification.. |
ISTEPEntities |
The ISTEPEntities defines a container of the entities. |
ISTEPAttribute |
The ISTEPAttribute defines an abstruct Attribute of the STEP specification. |
ISTEPAttributeBool |
The ISTEPAttributeBool defines the boolean value attribute. |
ISTEPAttributeInt |
The ISTEPAttributeInt defines the integer value attribute. |
ISTEPAttributeLogical |
The ISTEPAttributeLogical defines the logical value attribute. |
ISTEPAttributeReal |
The ISTEPAttributeReal defines the real value attribute. |
ISTEPAttributeStr |
The ISTEPAttributeStr defines the string value attribute. |
ISTEPAttributeEnum |
The STEPAttributeEnum defines the enumeration value attribute. |
ISTEPAttributeInst |
The ISTEPAttributeInst defines the instance value attribute. |
ISTEPAttributeBinary |
The ISTEPAttributeBinary defines the binary value attribute. |
ISTEPAttributeSelect |
The ISTEPAttributeSelect defines the select value attribute. |
ISTEPAttributeAggregate |
The ISTEPAttributeAggregate defines aggregates of the ISTEPAttribute. |
ISTEPAttributes |
The ISTEPAttributes defines the container of the attributes. |
ISTEPInstance |
The ISTEPInstance defines an instance along with the STEP specification. |
ISTEPInstances |
The ISTEPInstances defines a container of the ISTEPInstance. |
ISTEPDocument |
The ISTEPDocument defines a container of the instances, entities and type descriptions along with the STEP specification. |
IBcadView |
The IBcadView is a abstract view. |
IBcadView3D |
The IBcadView3D defines the 3D view. |
IBcadViews |
The IBcadViews defines a container of the views. |
IBcadDocument |
The IBcadDocument defines the document. |
IBcadDocuments |
The IBcadDocuments defines a container of documents. |
IBcadApplication |
The IBcadApplication defines the application. |
IBcadUtility |
The IBcadUtility defines utilities for the document. |
IBcadTransaction |
The IBcadTransaction defines a transaction that groups changes to the document into one atomic undo unit. |
IBcadTransactionManager |
The IBcadTransactionManager starts transactions of the document. |
IGePoint2d |
The IGePoint2d defines a two-dimensional point. |
IGePoint3d |
The IGePoint3d defines a three-dimensional point. |
IKeyword |
The IKeyword specifies a keyword and a brief description to be shown when user input is required during command execution. |
IKeywords |
The IKeywords defines a container of the keywords. |
IPromptOptions |
The IPromptOptions base class defines a message and keywords to be displayed when a user executes commands. |
IPromptIntegerOptions |
The IPromptIntegerOptions interface specifies options for inputting integer values when users execute commands. |
IPromptDoubleOptions |
The IPromptDoubleOptions interface specifies options for inputting double values when users execute commands. |
IPromptBoolOptions |
The IPromptBoolOptions interface specifies options for inputting bool values when users execute commands. |
IPromptStringOptions |
The IPromptStringOptions interface specifies options for inputting string values when users execute commands. |
IPromptKeywordOptions |
The IPromptKeywordOptions interface specifies options for inputting keyword values when users execute commands. |
IPromptEntityOptions |
The IPromptEntityOptions interface specifies options for inputting instance value when users execute commands. |
IPromptSelectionOptions |
The IPromptSelectionOptions interface specifies options for inputting instances value when users execute commands. |
IPromptPointOptions |
The IPromptPointOptions interface specifies options for inputting 3d-point value when users execute commands. |
IPromptPoint2dOptions |
The IPromptPoint2dOptions interface specifies options for inputting 2d-point value when users execute commands. |
IPromptResult |
The IPromptResult base class defines the return status and keyword values for user input in a command. |
IPromptIntegerResult |
The IPromptIntegerResult defines the integer result of user input in a command. |
IPromptDoubleResult |
The IPromptDoubleResult defines the double result of user input in a command. |
IPromptKeywordResult |
The IPromptKeywordResult defines the keyword result of user input in a command. |
IPromptStringResult |
The IPromptStringResult defines the string result of user input in a command. |
IPromptBoolResult |
The IPromptBoolResult defines the bool result of user input in a command. |
IPromptEntityResult |
The IPromptEntityResult defines the ISTEPInstance result of user input in a command. |
IPromptSelectionResult |
The IPromptSelectionResult defines the ISTEPInstance results of user input in a command. |
IPromptPointResult |
The IPromptPointResult defines the 3d-point result of user input in a command. |
IPromptPoint2dResult |
The IPromptPoint2dResult defines the 2d-point result of user input in a command. |
