Mesh3UnderlyingBrep Property
Gets or sets the surface which underlies the given mesh or null.
Namespace: Karamba.GeometryAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public IBrep UnderlyingBrep { get; set; }
Public Property UnderlyingBrep As IBrep
Get
Set
public:
virtual property IBrep^ UnderlyingBrep {
IBrep^ get () sealed;
void set (IBrep^ value) sealed;
}
abstract UnderlyingBrep : IBrep with get, set
override UnderlyingBrep : IBrep with get, set
IBrepIReadonlyMeshUnderlyingBrep