v2.33
 
IDoorParams Interface Reference

The parameters of the door. More...

Inheritance diagram for IDoorParams:

Public Member Functions

HRESULT CalculateProjection ([out, retval] ICurve2D **ppProjection)
 Returns the baseline projection of the door.
 
HRESULT GetAffectedObjectIds ([out, retval] SAFEARRAY(int) *pIds)
 Gets the identifiers of objects that door affected.
 

Properties

double Height [get]
 Returns the height of the door.
 
Point3D Position [get]
 Returns the 3D position of the door.
 
double VerticalOffset [get]
 Returns the vertical offset of the object.
 
double Width [get]
 Returns the width of the door.
 

Detailed Description

The parameters of the door.

Member Function Documentation

◆ GetAffectedObjectIds()

HRESULT GetAffectedObjectIds ( [out, retval] SAFEARRAY(int) * pIds)

Gets the identifiers of objects that door affected.

Returns
An array containing the identifiers of objects.