API Documentation > Interface Classes > Class pfcXSecType
Class pfcXSecType

# include <pfcXSection.h>

class
pfcXSecType
: public virtual
xobject
{
xdeclare(pfcXSecType)
...
};
This is a
COMPACT class.

Description
This interface contains properties of a cross-section.
See Also:
Manual References:
Method Summary
Gets the type of object intersected by the cross section.
Gets the type of intersection for the cross section.
Method Detail
GetType
()
Gets the type of intersection for the cross section.
Manual References:
Returns:
The type of intersection.
GetObjectType
()
Gets the type of object intersected by the cross section.
Manual References:
Returns:
The object type.
Was this helpful?