CadGroup

Inheritance: java.lang.Object, CadBaseObject

Class describing CadGroup object.

Constructors

ConstructorDescription
CadGroup()Initializes a new instance of the CadGroup class.

Methods

MethodDescription
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 value)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:

ParameterTypeDescription
valueStringThe 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:

ParameterTypeDescription
valueshortThe 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:

ParameterTypeDescription
valueshortThe selectability flag.

getHardPointerHandles()

public final List<String> getHardPointerHandles()

Gets or sets the hard pointer handles.

Returns: List - The hard pointer handles.

setHardPointerHandles(List value)

public final void setHardPointerHandles(List<String> value)

Gets or sets the hard pointer handles.

Parameters:

ParameterTypeDescription
valueListThe hard pointer handles.