| 
            
              RhinoBrepCurves3D Property 
             | 
          
        
         
            Gets the pointers to 3d curves (used by edges).
            
 
    Namespace: 
   Karamba.GHopper.Geometry
    Assembly:
   Karamba3D (in Karamba3D.dll) Version: 2.2.0.5 (2.2.0.5)
Syntaxpublic IBrepCurveList Curves3D { get; }Public ReadOnly Property Curves3D As IBrepCurveList
	Get
public:
virtual property IBrepCurveList^ Curves3D {
	IBrepCurveList^ get () sealed;
}abstract Curves3D : IBrepCurveList with get
override Curves3D : IBrepCurveList with get
Property Value
Type: 
IBrepCurveListImplements
IBrepCurves3D
See Also