Click or drag to resize
SoProjectionAddProjection Method

Add a projection with the given name and id to the list.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void AddProjection(
	out string projectionName,
	SbProjection projection,
	int id
)

Parameters

projectionName
Type: SystemString
projection
Type: OIV.Inventor.ProjectionSbProjection
id
Type: SystemInt32
Remarks

The projection name is just for convenience. The projection id value should be greater than zero because the default spherical projection already uses this id. If multiple projections are assigned the same id, the first one added to the list will be used.

See Also