| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| Feature | GetFeature
()
Returns the feature which contains the geometry. |
| boolean | GetIsVisible
()
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. |
| /*optional*/ Surface | GetSurf
()
Get method for attribute "Surf" The cylindrical or revolved surface through the center of which the axis runs. |
| 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 |
|---|
| 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 |
|---|
| Feature | GetFeature | () |
Returns the feature which contains the geometry.
|
| GetSurf |
|---|
| /*optional*/ Surface | GetSurf | () |
| The cylindrical or revolved surface through the center of which the axis runs. Exceptions thrown (but not limited to): XToolkitNotFound - The owner surface does not exist, or is not in the geometry.
|