SoAntiSquishsizing Property |
Determines which of the algorithms enumerated by the type Sizing will be used to select the new scale when the x,y, and z scales are not equal.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public SoSFEnum<SoAntiSquishSizings> sizing { get; }
Public ReadOnly Property sizing As SoSFEnum(Of SoAntiSquishSizings)
Get
public:
property SoSFEnum<SoAntiSquishSizings>^ sizing {
SoSFEnum<SoAntiSquishSizings>^ get ();
}
member sizing : SoSFEnum<SoAntiSquishSizings> with get
Property Value
Type:
SoSFEnumSoAntiSquishSizingsRemarks . Default is AVERAGE_DIMENSION.
See Also