Library | Package Java Toolkit

Interface WPoint

package com.ptc.wfc.wfcGeometry;

public interface WPoint
  extends com.ptc.pfc.pfcGeometry.Point,
          com.ptc.wfc.wfcGeometry.WCurve



Description

This represents a point



Method Summary
WPointToleranceFindIntolerance (Point3D Point)
     Determines if two points are co-incident, that is, if the distance between two points is within the Creo Parametric tolerances
Vector3DGetCoordinates ()
     Retrieves the XYZ coordinates of the specified point

Methods Inherited from Interface com.ptc.pfc.pfcGeometry.GeomCurve
GetIsVisible, GetFeature, Eval3DData, EvalFromLength, EvalParameter, EvalLength, EvalLengthBetween, GetCurveDescriptor, GetNURBSRepresentation

Methods Inherited from Interface com.ptc.pfc.pfcObject.Child
GetDBParent, GetOId

Methods Inherited from Interface com.ptc.pfc.pfcBase.ActionSource
AddActionListener, RemoveActionListener, AddActionListenerWithType

Methods Inherited from Interface com.ptc.pfc.pfcModelItem.RelationOwner
DeleteRelations, GetRelations, SetRelations, RegenerateRelations, EvaluateExpression

Methods Inherited from Interface com.ptc.pfc.pfcObject.Parent
GetChild

Methods Inherited from Interface com.ptc.pfc.pfcModelItem.ParameterOwner
GetParam, CreateParam, ListParams, SelectParam, CreateParamWithUnits, SelectParameters

Methods Inherited from Interface com.ptc.pfc.pfcModelItem.ModelItem
GetName, SetName, GetId, GetType

Methods Inherited from Interface com.ptc.pfc.pfcGeometry.Point
GetPoint

Methods Inherited from Interface com.ptc.wfc.wfcLayerState.LayerItem
IsLayerItemVisible, RemoveNoUpdate, GetLayers, AddNoUpdate

Methods Inherited from Interface com.ptc.wfc.wfcModelItem.WParameterOwner
ExportParameterTable, ApplyParameterTableset, MathcadParametersSet, MathcadInputParametersGet

Methods Inherited from Interface com.ptc.wfc.wfcModelItem.WRelationOwner
GetRelationConstraints, UnitsUsed, UseUnits, EvaluateExpressionWithUnits

Methods Inherited from Interface com.ptc.wfc.wfcModelItem.WModelItem
DeleteUserDefinedName, Unhide, Hide, IsHidden, IsNameReadOnly, IsZoneFeature, GetDefaultName

Methods Inherited from Interface com.ptc.wfc.wfcGeometry.WCurve
GetColorType, SetColorType, GetLineStyle, SetLineStyle, GetCurveTessellation, GetCurveData

Method Detail

GetCoordinates

Vector3DGetCoordinates ()


     Retrieves the XYZ coordinates of the specified point
Manual References:
Geometry Evaluation: Geometry of Points, Geometry Evaluation: Geometry of Points, Geometry Evaluation: Geometry of Points
Returns:
Returns Vector3D


FindIntolerance

WPointToleranceFindIntolerance (Point3D Point)


     Determines if two points are co-incident, that is, if the distance between two points is within the Creo Parametric tolerances
Manual References:
Geometry Evaluation: Geometry of Points, Geometry Evaluation: Geometry of Points
Parameters:
Point
Input point Point3D
Returns:
Returns WPointTolerance