API Documentation > Interfaces > Interface Quilt
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:
Methods Inherited from Interface com.ptc.pfc.pfcObject.Child :
Methods Inherited from Interface com.ptc.pfc.pfcBase.ActionSource :
Methods Inherited from Interface com.ptc.pfc.pfcModelItem.RelationOwner :
Methods Inherited from Interface com.ptc.pfc.pfcObject.Parent :
Methods Inherited from Interface com.ptc.pfc.pfcModelItem.ParameterOwner :
Methods Inherited from Interface com.ptc.pfc.pfcModelItem.ModelItem :
Method Summary
Returns the feature which contains the geometry.
boolean
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.
Retrieves an array of surfaces in the quilt.
Method Detail
GetIsVisible
boolean
GetIsVisible
()
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
GetFeature
()
Returns the feature which contains the geometry.
Returns:
The feaature.
ListElements
ListElements
()
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
Was this helpful?