Click or drag to resize
SoWWWAnchormap Property

Specifies what additional information should be added to the end of the URL when passed back to the application for fetching.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoSFEnum<SoWWWAnchorMappings> map { get; }

Property Value

Type: SoSFEnumSoWWWAnchorMappings
Remarks

If set to POINT, then the x,y,z location of the object space intersection point when the mouse was clicked will be suffixed to the URL. Since the comma character does not transmit through some web browsers, it is written in hex form (e.g., if the intersection point is 17,4.5,1 the URL passed to the application delegatewould be "https://www.openinventor.com/?17\%2c4.5\%2c1"). . Default is NONE.

See Also