CadInsertObject

Inheritance: java.lang.Object, CadBaseExtrudedEntity

The Cad insert object.

Constructors

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

Methods

MethodDescription
getTypeName()Gets the name of the type.
getExtrusionDirection()Gets or sets the extrusion direction.
setExtrusionDirection(Cad3DPoint value)Gets or sets the extrusion direction.
getColumnCount()Gets or sets the column count.
setColumnCount(short value)Gets or sets the column count.
getColumnSpacing()Gets or sets the column spacing.
setColumnSpacing(double value)Gets or sets the column spacing.
getFlags()Gets or sets the flags.
setFlags(short value)Gets or sets the flags.
getInsertionPoint()Gets or sets the insertion point.
setInsertionPoint(Cad3DPoint value)Gets or sets the insertion point.
getName()Gets or sets the name.
setName(String value)Gets or sets the name.
getRotationAngle()Gets or sets the rotation angle.
setRotationAngle(double value)Gets or sets the rotation angle.
getRowCount()Gets or sets the row count.
setRowCount(short value)Gets or sets the row count.
getRowSpacing()Gets or sets the row spacing.
setRowSpacing(double value)Gets or sets the row spacing.
getScaleX()Gets or sets the scale x.
setScaleX(double value)Gets or sets the scale x.
getScaleY()Gets or sets the scale y.
setScaleY(double value)Gets or sets the scale y.
getScaleZ()Gets or sets the scale z.
setScaleZ(double value)Gets or sets the scale z.
getOriginalBlockName()Name of the original referred dynamic block, or real block name if it’s not originated from dynamic block

CadInsertObject()

public CadInsertObject()

Initializes a new instance of the CadInsertObject class.

getTypeName()

public int getTypeName()

Gets the name of the type.

Returns: int - The name of the type.

getExtrusionDirection()

public Cad3DPoint getExtrusionDirection()

Gets or sets the extrusion direction.

Returns: Cad3DPoint

setExtrusionDirection(Cad3DPoint value)

public void setExtrusionDirection(Cad3DPoint value)

Gets or sets the extrusion direction.

getColumnCount()

public final short getColumnCount()

Gets or sets the column count.

Returns: short

setColumnCount(short value)

public final void setColumnCount(short value)

Gets or sets the column count.

getColumnSpacing()

public final double getColumnSpacing()

Gets or sets the column spacing.

Returns: double

setColumnSpacing(double value)

public final void setColumnSpacing(double value)

Gets or sets the column spacing.

getFlags()

public final short getFlags()

Gets or sets the flags.

Returns: short

setFlags(short value)

public final void setFlags(short value)

Gets or sets the flags.

getInsertionPoint()

public final Cad3DPoint getInsertionPoint()

Gets or sets the insertion point.

Returns: Cad3DPoint

setInsertionPoint(Cad3DPoint value)

public final void setInsertionPoint(Cad3DPoint value)

Gets or sets the insertion point.

getName()

public final String getName()

Gets or sets the name.

Returns: String

setName(String value)

public final void setName(String value)

Gets or sets the name.

getRotationAngle()

public final double getRotationAngle()

Gets or sets the rotation angle.

Returns: double

setRotationAngle(double value)

public final void setRotationAngle(double value)

Gets or sets the rotation angle.

getRowCount()

public final short getRowCount()

Gets or sets the row count.

Returns: short

setRowCount(short value)

public final void setRowCount(short value)

Gets or sets the row count.

getRowSpacing()

public final double getRowSpacing()

Gets or sets the row spacing.

Returns: double

setRowSpacing(double value)

public final void setRowSpacing(double value)

Gets or sets the row spacing.

getScaleX()

public final double getScaleX()

Gets or sets the scale x.

Returns: double

setScaleX(double value)

public final void setScaleX(double value)

Gets or sets the scale x.

getScaleY()

public final double getScaleY()

Gets or sets the scale y.

Returns: double

setScaleY(double value)

public final void setScaleY(double value)

Gets or sets the scale y.

getScaleZ()

public final double getScaleZ()

Gets or sets the scale z.

Returns: double

setScaleZ(double value)

public final void setScaleZ(double value)

Gets or sets the scale z.

getOriginalBlockName()

public final String getOriginalBlockName()

Name of the original referred dynamic block, or real block name if it’s not originated from dynamic block

Returns: String