Objects
Functions introduced:
ProSelectionPipelineGet(
A Piping Object describes a single item in a pipeline and is represented by the opaque pointer Pobject.
The functions ProPterminatorObjectGet() and ProPjunctionObjectGet() output the single object used to represent a terminator or a junction. The function ProPseriesObjectVisit() visits all the objects that represent the contents of a series.
The function ProPobjectTypeGet() yields one of the following types:
Segment—A single pipe segment, either bent or straight. Can only belong to a series.
Fitting—An assembly component that connects two or more pipeline segments. Can belong to a Series (if it connects two segments) or a Junction (if it connects more than two segments).
Stubin—A datum point that defines the location where two or more pipeline segments connect directly without a fitting. Can only belong to a Junction.
Selection—An object that contains a ProSelection describing the item a pipeline terminator connects to. Can only belong to a Terminator.
The function ProSelectionPipelineGet() outputs the pipeline feature to which the specified pipeline selection belongs.
The function ProPobjectSegmentGet() outputs the Segment contained by an Object of the appropriate type. The Segment is described in the next section.
The function ProPobjectFittingGet() outputs the fitting contained by an object of the appropriate type. The fitting is represented by the opaque object ProPfitting. The assembly component that represents the fitting can be found using the function ProPfittingAsmcompGet().
The function ProPobjectStubinGet() outputs the stubin contained by an object of the appropriate type. The stubin is represented by the opaque pointer ProPstubin. The function ProPstubinPointGet() yields the 3-D location of the stubin.
The function ProPobjectSelectionGet() outputs the selection contained by an object of type terminator. The function ProPselectionSelectionGet() provides the ProSelection object that the selection contains and identifies the item outside the pipeline to which the terminator connects.
Est-ce que cela a été utile ?