SbViewportRegionDefault Field |
Provide a default viewport region equivalent to
new SbViewportRegion(100,100,1)
Remarks Note to developper who comes from C++. As .NET framework does not
allow to define a parameterless constructor for struct, use this field to keep
the same behavior. When you write
SbViewportRegion viewport = new SbViewportRegion()
>
all internal fields are zeroed. Writing
SbViewportRegion viewport = SbViewportRegion.Default
ensures you to have an equivalent object.
Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 2024.2.2.Release.778f4cc64de03c89c1282c66aa1f73c0e9a1408b
Syntax public static readonly SbViewportRegion Default
Public Shared ReadOnly Default As SbViewportRegion
public:
static initonly SbViewportRegion Default
static val Default: SbViewportRegion
Field Value
Type:
SbViewportRegionSee Also