API Documentation > Interfaces > Interface PlaneDatumObject
Interface PlaneDatumObject

package com.ptc.wfc.wfcGeometry;

public interface
PlaneDatumObject
extends
com.ptc.wfc.wfcGeometry.DatumObject


Description
The plane datum object.
User Guide References:
Methods Inherited from Interface com.ptc.wfc.wfcGeometry.DatumObject :
Method Summary
Get method for attribute "PlaneData"
The plane data.
void
Set method for attribute "PlaneData"
The plane data.
Method Detail
GetPlaneData
GetPlaneData
()
SetPlaneData
void
SetPlaneData
(WPlaneData value)
The plane data.
User Guide References:
Was this helpful?