public class CadAcDbAssoc2dConstraintGroup extends CadAcDbAssocAction
Class describing Assoc 2D Constraint Group.
CadAcDbAssocAction| Constructor and Description |
|---|
CadAcDbAssoc2dConstraintGroup()
Initializes a new instance of the
CadAcDbAssoc2dConstraintGroup class. |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getConstraintGroupActions()
Gets or sets constraint group actions.
|
int |
getConstraintGroupVersion()
Gets or sets constraint group version.
|
List<Cad3DPoint> |
getWorkplanes()
Gets or sets workplanes.
|
void |
setConstraintGroupActions(List<String> value)
Gets or sets constraint group actions.
|
void |
setConstraintGroupVersion(int value)
Gets or sets constraint group version.
|
void |
setWorkplanes(List<Cad3DPoint> value)
Gets or sets workplanes.
|
getActionBody, getActionIndex, getClassVersion, getDependencies, getGeometryStatus, getMaxAssocDependencyIndex, getOwnedParams, getOwningNetwork, setActionBody, setActionIndex, setClassVersion, setDependencies, setGeometryStatus, setMaxAssocDependencyIndex, setOwnedParams, setOwningNetworkgetChildObjects, getTypeName, setChildObjectsgetHardOwner, getNumreactors, getReactors, getSoftOwner, getStorageFlag, isSoftOwnerSet, setHardOwner, setNumreactors, setReactors, setSoftOwner, setStorageFlaggetApplicationCodesContainer, getAttribute102Values, getAttributes, getEmbeddedObjectsContainer, getObjectHandle, getUID, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setEmbeddedObjectsContainer, setObjectHandle, setUID, setXdataContainerpublic CadAcDbAssoc2dConstraintGroup()
Initializes a new instance of the CadAcDbAssoc2dConstraintGroup class.
public final int getConstraintGroupVersion()
Gets or sets constraint group version.
public final void setConstraintGroupVersion(int value)
Gets or sets constraint group version.
public final List<Cad3DPoint> getWorkplanes()
Gets or sets workplanes.
public final void setWorkplanes(List<Cad3DPoint> value)
Gets or sets workplanes.
public final List<String> getConstraintGroupActions()
Gets or sets constraint group actions.
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.