Interface IIfcPointOnCurve
Readonly interface for IfcPointOnCurve
Assembly: Xbim.Ifc4.dll
Syntax
public interface IIfcPointOnCurve : IIfcPoint, IIfcGeometricRepresentationItem, IIfcRepresentationItem, IfcLayeredItem, IIfcLayeredItem, IfcGeometricSetSelect, IIfcGeometricSetSelect, IfcPointOrVertexPoint, IIfcPointOrVertexPoint, IExpressSelectType, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
BasisCurve
Declaration
IIfcCurve BasisCurve { get; set; }
Property Value
|
Improve this Doc
View Source
PointParameter
Declaration
IfcParameterValue PointParameter { get; set; }
Property Value