public abstract class CadXrecordObject extends CadBaseExtrudedEntity
Class describing Xrecord object.
CadBaseExtrudedEntity
Constructor and Description |
---|
CadXrecordObject()
Initializes a new instance of the
CadXrecordObject class. |
Modifier and Type | Method and Description |
---|---|
Cad3DPoint |
getAlignmentPoint()
Gets or sets the alignment point.
|
Double |
getCurrentAnnotationScale()
Gets or sets the current annotation scale.
|
String |
getDefinitionTagString()
Gets or sets the definition tag string.
|
Short |
getDuplicateRecordCloningFlag()
Gets or sets the duplicate record cloning flag.
|
List<String> |
getHardPointerIds()
Gets or sets the hard pointer ids.
|
Short |
getMTextFlag()
Gets or sets the m text flag.
|
Short |
getSecondaryAttributesOrAttributeDefinitionsNumber()
Gets or sets the secondary attributes or attribute definitions number.
|
Short |
isReallyLockedFlag()
Gets or sets the is really locked flag.
|
void |
setAlignmentPoint(Cad3DPoint value)
Gets or sets the alignment point.
|
void |
setCurrentAnnotationScale(Double value)
Gets or sets the current annotation scale.
|
void |
setDefinitionTagString(String value)
Gets or sets the definition tag string.
|
void |
setDuplicateRecordCloningFlag(Short value)
Gets or sets the duplicate record cloning flag.
|
void |
setHardPointerIds(List<String> value)
Gets or sets the hard pointer ids.
|
void |
setMTextFlag(Short value)
Gets or sets the m text flag.
|
void |
setReallyLockedFlag(Short value)
Gets or sets the is really locked flag.
|
void |
setSecondaryAttributesOrAttributeDefinitionsNumber(Short value)
Gets or sets the secondary attributes or attribute definitions number.
|
getExtrusionDirection, setExtrusionDirection
getBounds, getChildObjects, getColorId, getColorName, getColorValue, getEntmode, getHyperlink, getLayerName, getLayoutTabName, getLineScale, getLineTypeName, getLineWeight, getLType, getMaterial, getMaterialHandle, getNumreactors, getPlotStyle, getPlotStyleFlag, getProxyBytesCount, getProxyData, getShadowMode, getSpaceMode, getStorageFlag, getTransparency, getTypeName, getVisible, getXDirMissingFlag, isByLayer, isNoLinks, setBounds, setByLayer, setChildObjects, setColorId, setColorName, setColorValue, setEntmode, setHyperlink, setLayerName, setLayoutTabName, setLineScale, setLineTypeName, setLineWeight, setLType, setMaterial, setMaterialHandle, setNoLinks, setNumreactors, setPlotStyle, setPlotStyleFlag, setProxyBytesCount, setProxyData, setShadowMode, setSpaceMode, setStorageFlag, setTransparency, setVisible, setXDirMissingFlag
getHardOwner, getSoftOwner, isSoftOwnerSet, setHardOwner, setSoftOwner
getApplicationCodesContainer, getAttribute102Values, getAttributes, getEmbeddedObjectsContainer, getObjectHandle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setEmbeddedObjectsContainer, setObjectHandle, setXdataContainer
public CadXrecordObject()
Initializes a new instance of the CadXrecordObject
class.
public final Short getDuplicateRecordCloningFlag()
Gets or sets the duplicate record cloning flag.
public final void setDuplicateRecordCloningFlag(Short value)
Gets or sets the duplicate record cloning flag.
value
- The duplicate record cloning flag.public final Short getMTextFlag()
Gets or sets the m text flag.
public final void setMTextFlag(Short value)
Gets or sets the m text flag.
value
- The m text flag.public final Short isReallyLockedFlag()
Gets or sets the is really locked flag.
public final void setReallyLockedFlag(Short value)
Gets or sets the is really locked flag.
value
- The is really locked flag.public final Short getSecondaryAttributesOrAttributeDefinitionsNumber()
Gets or sets the secondary attributes or attribute definitions number.
public final void setSecondaryAttributesOrAttributeDefinitionsNumber(Short value)
Gets or sets the secondary attributes or attribute definitions number.
value
- The secondary attributes or attribute definitions number.public final List<String> getHardPointerIds()
Gets or sets the hard pointer ids.
public final void setHardPointerIds(List<String> value)
Gets or sets the hard pointer ids.
value
- The hard pointer ids.public final Cad3DPoint getAlignmentPoint()
Gets or sets the alignment point.
public final void setAlignmentPoint(Cad3DPoint value)
Gets or sets the alignment point.
value
- The alignment point.public final Double getCurrentAnnotationScale()
Gets or sets the current annotation scale.
public final void setCurrentAnnotationScale(Double value)
Gets or sets the current annotation scale.
value
- The current annotation scale.public String getDefinitionTagString()
Gets or sets the definition tag string.
public void setDefinitionTagString(String value)
Gets or sets the definition tag string.
value
- The definition tag string.