Library | File

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:
pfcXSection::GetXSecType()
Manual References:
Cross Sections: Listing Cross Sections



Method Summary

pfcXSecCutobjTypeGetObjectType ()
Gets the type of object intersected by the cross section.
pfcXSecCutTypeGetType ()
Gets the type of intersection for the cross section.



Method Detail

pfcXSecCutTypeGetType ()

Gets the type of intersection for the cross section.
Manual References:
Cross Sections: Listing Cross Sections, Cross Sections: Listing Cross Sections
Returns:
The type of intersection.



pfcXSecCutobjTypeGetObjectType ()

Gets the type of object intersected by the cross section.
Manual References:
Cross Sections: Listing Cross Sections, Cross Sections: Listing Cross Sections
Returns:
The object type.