API Documentation > Interfaces > Interface WCsysData
Interface WCsysData

package com.ptc.wfc.wfcGeometry;

public interface
WCsysData
extends
jxobject


Description
The csys data.
User Guide References:
Method Summary
Get method for attribute "Origin"
The origin.
Get method for attribute "XAxis"
The X-axis.
Get method for attribute "YAxis"
The Y-axis.
Get method for attribute "ZAxis"
The Z-axis.
void
Set method for attribute "Origin"
The origin.
void
Set method for attribute "XAxis"
The X-axis.
void
Set method for attribute "YAxis"
The Y-axis.
void
Set method for attribute "ZAxis"
The Z-axis.
Method Detail
GetXAxis
GetXAxis
()
SetXAxis
void
SetXAxis
(Vector3D value)
The X-axis.
User Guide References:
GetYAxis
GetYAxis
()
SetYAxis
void
SetYAxis
(Vector3D value)
The Y-axis.
User Guide References:
GetZAxis
GetZAxis
()
SetZAxis
void
SetZAxis
(Vector3D value)
The Z-axis.
User Guide References:
GetOrigin
GetOrigin
()
SetOrigin
void
SetOrigin
(Vector3D value)
The origin.
User Guide References:
Was this helpful?