Library | Package Java Toolkit

Interface Quilt

package com.ptc.pfc.pfcGeometry;

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



Description

This class defines a quilt.
Direct Known Subclasses:
WQuilt



Method Summary
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.
SurfacesListElements ()
    Retrieves an array of surfaces in the quilt.

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.


ListElements

SurfacesListElements ()


    Retrieves an array of surfaces in the quilt.

Exceptions thrown (but not limited to):

XToolkitNotImplemented - The specified p_curve is a valid geometry item, but not a composite curve.

XToolkitNotFound - The function did not visit any of the components, either because of the filter or for another reason.


Returns:
The surfaces of the quilt