SpatialFieldManager.AddSpatialFieldPrimitive
Description:
Creates an empty analysis results primitive associated with a reference, with the option to control how the reference element is hidden.
Creates an empty analysis results primitive associated with a reference, with the option to control how the reference element is hidden.
Remarks:
There can be multiple primitives associated with one reference, normally they would be shown with different results. However this is justified only if they have different sets of domain points. Otherwise one primitive can be used to display values for different results.
Overloads (5):
AddSpatialFieldPrimitive(Reference,SpatialFieldPrimitiveHideMode)
public int AddSpatialFieldPrimitive(
Reference reference,
SpatialFieldPrimitiveHideMode hidingMode
)
-
referenceReference pointing to the curve or face to be associated with the primitive
-
hidingModeThe mode used to hide the original model element
Return Value
int
Unique index of primitive for future references
-
reference points to neither face nor curve
-
A non-optional argument was null
-
A value passed for an enumeration argument is not a member of that enumeration