CadGroup
Contents
[
Hide
]Inheritance: java.lang.Object, CadBaseObject
Class describing CadGroup object.
Constructors
| Constructor | Description |
|---|---|
| CadGroup() | Initializes a new instance of the CadGroup class. |
Methods
| Method | Description |
|---|---|
| getDescription() | Gets or sets the description. |
| setDescription(String value) | Gets or sets the description. |
| getUnnamedFlag() | Gets or sets the unnamed flag. |
| setUnnamedFlag(short value) | Gets or sets the unnamed flag. |
| getSelectabilityFlag() | Gets or sets the selectability flag. |
| setSelectabilityFlag(short value) | Gets or sets the selectability flag. |
| getHardPointerHandles() | Gets or sets the hard pointer handles. |
| setHardPointerHandles(List | Gets or sets the hard pointer handles. |
CadGroup()
public CadGroup()
Initializes a new instance of the CadGroup class.
getDescription()
public final String getDescription()
Gets or sets the description.
Returns: String - The description.
setDescription(String value)
public final void setDescription(String value)
Gets or sets the description.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | String | The description. |
getUnnamedFlag()
public final short getUnnamedFlag()
Gets or sets the unnamed flag.
Returns: short - The unnamed flag.
setUnnamedFlag(short value)
public final void setUnnamedFlag(short value)
Gets or sets the unnamed flag.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | short | The unnamed flag. |
getSelectabilityFlag()
public final short getSelectabilityFlag()
Gets or sets the selectability flag.
Returns: short - The selectability flag.
setSelectabilityFlag(short value)
public final void setSelectabilityFlag(short value)
Gets or sets the selectability flag.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | short | The selectability flag. |
getHardPointerHandles()
public final List<String> getHardPointerHandles()
Gets or sets the hard pointer handles.
Returns: List
setHardPointerHandles(List value)
public final void setHardPointerHandles(List<String> value)
Gets or sets the hard pointer handles.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | List | The hard pointer handles. |