public class CadAcshHistoryNode extends Object
Class describing CadAcshHistoryNode object.
| Constructor and Description |
|---|
CadAcshHistoryNode()
Initializes a new instance of the
CadAcshHistoryNode class. |
| Modifier and Type | Method and Description |
|---|---|
short |
getColorId()
The color index
|
int |
getMajor()
The major
|
String |
getMaterialHandle()
The material handle
|
int |
getMinor()
The minor
|
int |
getStepId()
The step ID
|
List<Double> |
getTransformMatrix()
The transform matrix
|
void |
setColorId(short value)
The color index
|
void |
setMajor(int value)
The major
|
void |
setMaterialHandle(String value)
The material handle
|
void |
setMinor(int value)
The minor
|
void |
setStepId(int value)
The step ID
|
void |
setTransformMatrix(List<Double> value)
The transform matrix
|
public CadAcshHistoryNode()
Initializes a new instance of the CadAcshHistoryNode class.
public final int getMajor()
The major
public final void setMajor(int value)
The major
public final int getMinor()
The minor
public final void setMinor(int value)
The minor
public final short getColorId()
The color index
public final void setColorId(short value)
The color index
public final int getStepId()
The step ID
public final void setStepId(int value)
The step ID
public final String getMaterialHandle()
The material handle
public final void setMaterialHandle(String value)
The material handle
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.