public class Dxf3DPointClass extends Dxf2DPointClass
class attribute for dxf 3D point
| Constructor and Description |
|---|
Dxf3DPointClass(int x,
int y,
int z,
int parameterType,
String subClassName)
Initializes a new instance of the
Dxf3DPointAttribute class. |
Dxf3DPointClass(int z,
int parameterType,
String subClassName)
Initializes a new instance of the
Dxf3DPointAttribute class. |
| Modifier and Type | Method and Description |
|---|---|
void |
setZ(int value)
Gets or sets Z attribute.
|
int |
z()
Gets or sets Z attribute.
|
setX, setY, x, yhasDefaultValue, parameterType, propertyInfo, setDefaultValue, setParameterType, setPropertyInfo, setSubClassName, subClassNamepublic Dxf3DPointClass(int x,
int y,
int z,
int parameterType,
String subClassName)
Initializes a new instance of the Dxf3DPointAttribute class.
x - X attribute.y - Y attribute.z - Z attribute.parameterType - Parameter type.subClassName - Subclass name.public Dxf3DPointClass(int z,
int parameterType,
String subClassName)
Initializes a new instance of the Dxf3DPointAttribute class.
z - Z attribute.parameterType - Parameter type.subClassName - Subclass name.Copyright (c) 2008-2021 Aspose Pty Ltd. All Rights Reserved.