Class IfcCurveSegment2D
Inheritance
System.Object
IfcCurveSegment2D
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<IfcRepresentationItem>
System.IEquatable<IfcGeometricRepresentationItem>
System.IEquatable<IfcCurve>
System.IEquatable<IfcBoundedCurve>
System.IEquatable<IfcCurveSegment2D>
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Xbim.Ifc4.GeometryResource
Assembly: Xbim.Ifc4.dll
Syntax
[ExpressType("IfcCurveSegment2D", 1342)]
public abstract class IfcCurveSegment2D : IfcBoundedCurve, INotifyPropertyChanged, IEquatable<IfcRepresentationItem>, IEquatable<IfcGeometricRepresentationItem>, IEquatable<IfcCurve>, IEquatable<IfcBoundedCurve>, IIfcCurveSegment2D, IIfcBoundedCurve, IIfcCurve, IIfcGeometricRepresentationItem, IIfcRepresentationItem, IfcLayeredItem, IIfcLayeredItem, IfcGeometricSetSelect, IIfcGeometricSetSelect, IfcCurveOrEdgeCurve, IIfcCurveOrEdgeCurve, IExpressSelectType, IPersistEntity, IPersist, IEquatable<IfcCurveSegment2D>
Properties
| Improve this Doc View SourceSegmentLength
Declaration
[EntityAttribute(3, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 5)]
public IfcPositiveLengthMeasure SegmentLength { get; set; }
Property Value
Type | Description |
---|---|
IfcPositiveLengthMeasure |
StartDirection
Declaration
[EntityAttribute(2, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 4)]
public IfcPlaneAngleMeasure StartDirection { get; set; }
Property Value
Type | Description |
---|---|
IfcPlaneAngleMeasure |
StartPoint
Declaration
[EntityAttribute(1, EntityAttributeState.Mandatory, EntityAttributeType.Class, EntityAttributeType.None, null, null, 3)]
public IfcCartesianPoint StartPoint { get; set; }
Property Value
Type | Description |
---|---|
IfcCartesianPoint |
Methods
| Improve this Doc View SourceEquals(IfcCurveSegment2D)
Declaration
public bool Equals(IfcCurveSegment2D other)
Parameters
Type | Name | Description |
---|---|---|
IfcCurveSegment2D | other |
Returns
Type | Description |
---|---|
System.Boolean |
Parse(Int32, IPropertyValue, Int32[])
Declaration
public override void Parse(int propIndex, IPropertyValue value, int[] nestedIndex)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | propIndex | |
IPropertyValue | value | |
System.Int32[] | nestedIndex |
Overrides
Explicit Interface Implementations
| Improve this Doc View SourceIIfcCurveSegment2D.SegmentLength
Declaration
IfcPositiveLengthMeasure IIfcCurveSegment2D.SegmentLength { get; set; }
Returns
Type | Description |
---|---|
IfcPositiveLengthMeasure |
IIfcCurveSegment2D.StartDirection
Declaration
IfcPlaneAngleMeasure IIfcCurveSegment2D.StartDirection { get; set; }
Returns
Type | Description |
---|---|
IfcPlaneAngleMeasure |
IIfcCurveSegment2D.StartPoint
Declaration
IIfcCartesianPoint IIfcCurveSegment2D.StartPoint { get; set; }
Returns
Type | Description |
---|---|
IIfcCartesianPoint |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>