Library | Package Java Toolkit

Interface XSecType

package com.ptc.pfc.pfcXSection;

public interface XSecType
  extends jxobject



Description

This interface contains properties of a cross-section.
See Also:
XSection.GetXSecType()



Method Summary
XSecCutobjTypeGetObjectType ()
    Gets the type of object intersected by the cross section.
XSecCutTypeGetType ()
    Gets the type of intersection for the cross section.

Method Detail

GetType

XSecCutTypeGetType ()


    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.


GetObjectType

XSecCutobjTypeGetObjectType ()


    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.