API Documentation > Interfaces > Interface AssemblyDistanceRule
Interface AssemblyDistanceRule

package com.ptc.wfc.wfcAssembly;

public interface
AssemblyDistanceRule
extends
com.ptc.wfc.wfcAssembly.AssemblyRule


Description
The rule for gathering components within specified distance from a point.
Gathers all the components within the specified spherical region.
User Guide References:
Methods Inherited from Interface com.ptc.wfc.wfcAssembly.AssemblyRule :
Method Summary
Get method for attribute "Center"
Center point from which to measure the distance (in the coordinates of the top assembly).
double
Get method for attribute "Distance"
Distance value to compare against.
boolean
Get method for attribute "IncludeDatums"
Iftrue use bounding box, iffalse use regeneration outline.
void
Set method for attribute "Center"
Center point from which to measure the distance (in the coordinates of the top assembly).
void
SetDistance (double value)
Set method for attribute "Distance"
Distance value to compare against.
void
SetIncludeDatums (boolean value)
Set method for attribute "IncludeDatums"
Iftrue use bounding box, iffalse use regeneration outline.
Method Detail
GetCenter
GetCenter
()
SetCenter
void
SetCenter
(Vector3D value)
Center point from which to measure the distance (in the coordinates of the top assembly).
User Guide References:
GetDistance
double
GetDistance
()
SetDistance
void
SetDistance
(double value)
Distance value to compare against.
User Guide References:
GetIncludeDatums
boolean
GetIncludeDatums
()
SetIncludeDatums
void
SetIncludeDatums
(boolean value)
If true use bounding box, if false use regeneration outline.
User Guide References:
Was this helpful?