PrimitiveInfo Constructor

Constructs PrimitiveInfo.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public PrimitiveInfo(
	PluginInfo pInfo,
	TermInfo tInfo
)

Parameters

pInfo  PluginInfo
Plug-in the primitive is supported by.
tInfo  TermInfo
Information about the Term of the primitive.

See Also