Library | Package Java Toolkit

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.



Method Summary
Vector3DGetCenter ()
    Get method for attribute "Center"
    Center point from which to measure the distance (in the coordinates of the top assembly).
doubleGetDistance ()
    Get method for attribute "Distance"
    Distance value to compare against.
booleanGetIncludeDatums ()
    Get method for attribute "IncludeDatums"
    If true use bounding box, if false use regeneration outline.
voidSetCenter (Vector3D value)
    Set method for attribute "Center"
    Center point from which to measure the distance (in the coordinates of the top assembly).
voidSetDistance (double value)
    Set method for attribute "Distance"
    Distance value to compare against.
voidSetIncludeDatums (boolean value)
    Set method for attribute "IncludeDatums"
    If true use bounding box, if false use regeneration outline.

Methods Inherited from Interface com.ptc.wfc.wfcAssembly.AssemblyRule
GetRuleType

Method Detail

GetCenter/SetCenter

Vector3DGetCenter ()
voidSetCenter (Vector3D value)


    Center point from which to measure the distance (in the coordinates of the top assembly).
Manual References:
Assemblies and Components: Gathering Components by Distance from a Point, Assemblies and Components: Gathering Components by Distance from a Point, Assemblies and Components: Gathering Components by Distance from a Point, Assemblies and Components: Gathering Components by Distance from a Point



GetDistance/SetDistance

doubleGetDistance ()
voidSetDistance (double value)


    Distance value to compare against.
Manual References:
Assemblies and Components: Gathering Components by Distance from a Point, Assemblies and Components: Gathering Components by Distance from a Point, Assemblies and Components: Gathering Components by Distance from a Point, Assemblies and Components: Gathering Components by Distance from a Point



GetIncludeDatums/SetIncludeDatums

booleanGetIncludeDatums ()
voidSetIncludeDatums (boolean value)


    If true use bounding box, if false use regeneration outline.
Manual References:
Assemblies and Components: Gathering Components by Distance from a Point, Assemblies and Components: Gathering Components by Distance from a Point, Assemblies and Components: Gathering Components by Distance from a Point