Library | Package Java Toolkit

Interface ParametricAttachment

package com.ptc.pfc.pfcDetail;

public interface ParametricAttachment
  extends com.ptc.pfc.pfcDetail.Attachment



Description

This interface represents a detail item attachment on an entity or item.
See Also:
DetailLeaders, BaseSession.Select(SelectionOptions, /*optional*/ Selections), pfcSelect.CreateComponentSelection(ComponentPath), pfcSelect.CreateModelItemSelection(ModelItem, /*optional*/ ComponentPath)



Method Summary
SelectionGetAttachedGeometry ()
    Get method for attribute "AttachedGeometry"
    Selection representing the item to attach to. This should include the drawing model view. The attachment will occur at the selected parameters
voidSetAttachedGeometry (Selection value)
    Set method for attribute "AttachedGeometry"
    Selection representing the item to attach to. This should include the drawing model view. The attachment will occur at the selected parameters

Methods Inherited from Interface com.ptc.pfc.pfcDetail.Attachment
GetType

Method Detail

GetAttachedGeometry/SetAttachedGeometry

SelectionGetAttachedGeometry ()
voidSetAttachedGeometry (Selection value)


    Selection representing the item to attach to. This should include the drawing model view. The attachment will occur at the selected parameters
Manual References:
Drawings: Parametric Attachment, Drawings: Parametric Attachment, Drawings: Parametric Attachment