Property | Type | Description | |
---|---|---|---|
ToRationalVector3 | System.Vector3 | ||
ToRationalVector4WithWeighRescaling | System.Vector4 |
Method | Description | |
---|---|---|
BSplineFace ( BSplineSurface surface, IReadOnlyList |
||
Create ( IFace2 swFace ) : |
Create a BSplineFace from the TrimCurve data. http://help.solidworks.com/2015/English/api/sldworksapi/SOLIDWORKS.Interop.sldworks~SOLIDWORKS.Interop.sldworks.IFace2~GetTrimCurves2.html
|
|
ToSheetBody ( ) : Option |
Generates a solidworks sheet body representation of the bspline face.
|
|
TransformSurfaceControlPoints ( Func |
||
fixLoops ( IReadOnlyList |
Make sure that the last point of each sub curve is exactly the same as the first point of the next sub curve.
|
Method | Description | |
---|---|---|
ToRationalVector3 ( IList |
||
ToRationalVector4WithWeighRescaling ( IList |
This transforms solidworks (X,Y,Z,W) to (X*W,Y*W,Z*W,W) format that is nurbs book standard
|
public BSplineFace ( BSplineSurface surface, IReadOnlyList |
||
surface | BSplineSurface | |
trimLoops | IReadOnlyList |
|
return | System |
public static Create ( IFace2 swFace ) : |
||
swFace | IFace2 | |
return |
public TransformSurfaceControlPoints ( Func |
||
xformSurface | Func |
|
return |
public static fixLoops ( IReadOnlyList |
||
trimLoops | IReadOnlyList |
|
return | void |