CATSimRepInterfaces CATSimObjectInContextFactory

Usage: you must use this class as is. You should never derive it.


public class CATSimObjectInContextFactory

Service class to create an Object representing a link.


Method Index


o BuildFromObject(CATBaseUnknown*,CATSimOrientationMode)
Construct a link from an objectInContext or a simulation connector.
o BuildFromPathElement(CATPathElement*,CATSimOrientationMode)
Construct a link from pathelement.

Methods


o BuildFromObject
public static BuildFromObject( iSupport,
iOrientationMode= CATSimOrientationMode_Unspecified )
Construct a link from an objectInContext or a simulation connector.
Parameters:
iSupport
The ObjectInContext or connector to build the object.
iOrientationMode
The Orientation Mode.
Returns:
IUnknown#Release The created object.
Lifecycle rules deviation: Addref done on returned value.
o BuildFromPathElement
public static BuildFromPathElement( ipPathelement,
iOrientationMode= CATSimOrientationMode_Unspecified )
Construct a link from pathelement.
Parameters:
ipPathelement
The Path element to build the object.
iOrientationMode
The Orientation Mode.
Returns:
IUnknown#Release The created object.

This object is included in the file: CATSimObjectInContextFactory.h
If needed, your Imakefile.mk should include the module: CATSimRepInterfacesServices

Copyright © 1999-2014, Dassault Systèmes. All rights reserved.