Library | Package Java Toolkit

Interface CoordSystem

package com.ptc.pfc.pfcGeometry;

public interface CoordSystem
  extends com.ptc.pfc.pfcModelItem.ModelItem



Description

This class describes a coordinate system.
Direct Known Subclasses:
WCsys



Method Summary
Transform3DGetCoordSys ()
    Get method for attribute "CoordSys"
    The coordinate system data, including the transformation matrix, origin, and axes information
FeatureGetFeature ()
    Returns the feature which contains the geometry.
booleanGetIsVisible ()
    Get method for attribute "IsVisible"
    true if the geometry is visible and active, false if it is invisible and inactive. Inactive geometry may not have all geometric properties defined.

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

Method Detail

GetIsVisible

booleanGetIsVisible ()


    true if the geometry is visible and active, false if it is invisible and inactive. Inactive geometry may not have all geometric properties defined.



GetFeature

FeatureGetFeature ()


    Returns the feature which contains the geometry.
Returns:
The feaature.


GetCoordSys

Transform3DGetCoordSys ()


    The coordinate system data, including the transformation matrix, origin, and axes information
Manual References:
Geometry Evaluation: Evaluation of ModelItems, Geometry Evaluation: Evaluation of ModelItems, Windows and Views: Transformations