API Documentation > Interfaces > Interface DimSelectionInfo
Interface DimSelectionInfo

package com.ptc.wfc.wfcSelect;

public interface
DimSelectionInfo
extends
jxobject


Description
Method Summary
Get method for attribute "Dimension"
Get method for attribute "Location"
int
Get method for attribute "WitnessLineSide"
void
Set method for attribute "Dimension"
void
Set method for attribute "Location"
void
SetWitnessLineSide (int value)
Set method for attribute "WitnessLineSide"
Method Detail
GetDimension
GetDimension
()
SetDimension
void
SetDimension
(Dimension value)
GetWitnessLineSide
int
GetWitnessLineSide
()
SetWitnessLineSide
void
SetWitnessLineSide
(int value)
GetLocation
GetLocation
()
SetLocation
void
SetLocation
(Point3D value)
Was this helpful?