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.
|
CadDoubleParameter |
getCurrentAnnotationScale()
Gets or sets the current annotation scale.
|
CadStringParameter |
getDefinitionTagString()
Gets or sets the definition tag string.
|
CadShortParameter |
getDuplicateRecordCloningFlag()
Gets or sets the duplicate record cloning flag.
|
List<CadStringParameter> |
getHardPointerIds()
Gets or sets the hard pointer ids.
|
CadShortParameter |
getMTextFlag()
Gets or sets the m text flag.
|
CadShortParameter |
getSecondaryAttributesOrAttributeDefinitionsNumber()
Gets or sets the secondary attributes or attribute definitions number.
|
CadShortParameter |
isReallyLockedFlag()
Gets or sets the is really locked flag.
|
void |
setAlignmentPoint(Cad3DPoint value)
Gets or sets the alignment point.
|
void |
setCurrentAnnotationScale(CadDoubleParameter value)
Gets or sets the current annotation scale.
|
void |
setDefinitionTagString(CadStringParameter value)
Gets or sets the definition tag string.
|
void |
setDuplicateRecordCloningFlag(CadShortParameter value)
Gets or sets the duplicate record cloning flag.
|
void |
setHardPointerIds(List<CadStringParameter> value)
Gets or sets the hard pointer ids.
|
void |
setMTextFlag(CadShortParameter value)
Gets or sets the m text flag.
|
void |
setReallyLockedFlag(CadShortParameter value)
Gets or sets the is really locked flag.
|
void |
setSecondaryAttributesOrAttributeDefinitionsNumber(CadShortParameter value)
Gets or sets the secondary attributes or attribute definitions number.
|
getExtrusionDirection, setExtrusionDirection
getAttribute160, getAttribute348, getChildObjects, getColorId, getColorName, getColorValue, getHyperlink, getLayerName, getLayoutTabName, getLineScale, getLineTypeName, getLineWeight, getMaterial, getPlotStyle, getProxyBytesCount, getProxyData, getShadowMode, getSpaceMode, getTransparency, getTypeName, getVisible, isColorIdSet, setAttribute160, setAttribute348, setChildObjects, setColorId, setColorName, setColorValue, setHyperlink, setLayerName, setLayoutTabName, setLineScale, setLineTypeName, setLineWeight, setMaterial, setPlotStyle, setProxyBytesCount, setProxyData, setShadowMode, setSpaceMode, setTransparency, setVisible
getHardOwner, getSoftOwner, setHardOwner, setSoftOwner
getApplicationCodesContainer, getAttribute102Values, getAttributes, getDxfDataFormat, getObjectHandle, getRoundTripTableStyle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setDxfDataFormat, setObjectHandle, setRoundTripTableStyle, setXdataContainer
public CadXrecordObject()
Initializes a new instance of the CadXrecordObject
class.
public CadShortParameter getDuplicateRecordCloningFlag()
Gets or sets the duplicate record cloning flag.
public void setDuplicateRecordCloningFlag(CadShortParameter value)
Gets or sets the duplicate record cloning flag.
value
- The duplicate record cloning flag.public CadShortParameter getMTextFlag()
Gets or sets the m text flag.
public void setMTextFlag(CadShortParameter value)
Gets or sets the m text flag.
value
- The m text flag.public CadShortParameter isReallyLockedFlag()
Gets or sets the is really locked flag.
public void setReallyLockedFlag(CadShortParameter value)
Gets or sets the is really locked flag.
value
- The is really locked flag.public CadShortParameter getSecondaryAttributesOrAttributeDefinitionsNumber()
Gets or sets the secondary attributes or attribute definitions number.
public void setSecondaryAttributesOrAttributeDefinitionsNumber(CadShortParameter value)
Gets or sets the secondary attributes or attribute definitions number.
value
- The secondary attributes or attribute definitions number.public List<CadStringParameter> getHardPointerIds()
Gets or sets the hard pointer ids.
public void setHardPointerIds(List<CadStringParameter> value)
Gets or sets the hard pointer ids.
value
- The hard pointer ids.public Cad3DPoint getAlignmentPoint()
Gets or sets the alignment point.
public void setAlignmentPoint(Cad3DPoint value)
Gets or sets the alignment point.
value
- The alignment point.public CadDoubleParameter getCurrentAnnotationScale()
Gets or sets the current annotation scale.
public void setCurrentAnnotationScale(CadDoubleParameter value)
Gets or sets the current annotation scale.
value
- The current annotation scale.public CadStringParameter getDefinitionTagString()
Gets or sets the definition tag string.
public void setDefinitionTagString(CadStringParameter value)
Gets or sets the definition tag string.
value
- The definition tag string.