CadBaseObject
Contents
[
Hide
]Inheritance: java.lang.Object, CadBaseOwned
Base class for Cad objects
Constructors
| Constructor | Description |
|---|---|
| CadBaseObject() | Initializes a new instance of the CadBaseObject class. |
Methods
| Method | Description |
|---|---|
| getTypeName() | Gets the name of the type. Value: The name of the type. |
| getChildObjects() | Gets or sets the child objects. |
| setChildObjects(List | Gets or sets the child objects. |
| getNumreactors() | The Numreactors |
| setNumreactors(int value) | The Numreactors |
CadBaseObject()
public CadBaseObject()
Initializes a new instance of the CadBaseObject class.
getTypeName()
public final int getTypeName()
Gets the name of the type. Value: The name of the type.
Returns: int
getChildObjects()
public final List<CadBase> getChildObjects()
Gets or sets the child objects.
Returns: List
setChildObjects(List value)
public final void setChildObjects(List<CadBase> value)
Gets or sets the child objects.
getNumreactors()
public final int getNumreactors()
The Numreactors
Returns: int
setNumreactors(int value)
public final void setNumreactors(int value)
The Numreactors